Комментарии •

  • @mohanchoudhary280
    @mohanchoudhary280 4 года назад +23

    Thank you ma'am.I had my computer exam today n I scored 20/20 in my exams.Your videos acted as a game changer.They were really helpful 😁😁🤗🤗

    • @LeafClasses
      @LeafClasses 4 года назад +7

      Congratulations!! Great going.
      Best wishes and Happy Learning.

  • @ankurarya2026
    @ankurarya2026 4 года назад +11

    Mam I have a doubt in a program
    Write a class to design the following functions to perform the tasks given along..
    (a) void change(char,char):To convert both the characters in capital ,if small then print the characters along with the difference of their ASCII codes
    (b) void convert(int,int):To print the character equivalent of each integer ,if the given integers are within capital and small letters ASCII range otherwise print "Out of range".
    Mam u teach very well..

    • @LeafClasses
      @LeafClasses 4 года назад +5

      Will take up this question for next User defined methods program video.
      God bless you. Happy Learning

  • @supriyajawalekar0809
    @supriyajawalekar0809 3 года назад +4

    Ma'am I had a doubt
    How should we distinguish between a non parameterized program and parameterized program?
    Like how should we get to know whether the question asked to us is to be written using which logic(parameterized function or non parameterized function)

  • @sohinisen7986
    @sohinisen7986 3 года назад +6

    Mam thank you so much..I wasn't able to understand a word in my online classes but through ur videos I am getting better in solving programs

  • @ridhimabharadwaj7962
    @ridhimabharadwaj7962 Год назад +2

    How should we distinguish between a non-parameterized program and parameterized program?
    Like how should we get to know whether the question asked to us is to be written using which logic(parameterized function or non-parameterized function)

  • @l.channakeshavareddylachi7139
    @l.channakeshavareddylachi7139 2 года назад +3

    Thank you soo much mam. I didn't understand this lesson when my teacher though. And we have exams next week🤯 i was so scared of computer that I didn't learn anything. But due to ur video I have learn it totally. Thanks you again mam

  • @Allahabadi_Helper
    @Allahabadi_Helper 4 года назад +3

    Mam have you maded video on Pure and Impure function and function overloading

  • @rajeshsinha8961
    @rajeshsinha8961 3 года назад +1

    Miss instead of creating an object can we directly write public static void Prime( ) in the First program??? And one more thing mam why did we write c++ there????

  • @Allahabadi_Helper
    @Allahabadi_Helper 4 года назад +3

    Mam in both of the program I am having same error while compiling
    expected

    • @LeafClasses
      @LeafClasses 4 года назад +1

      Checked your program.
      Remove { before int c=0; and } after c++.
      Put ; after c++
      Put ; at the end of Scanner statement.
      And more mistakes are of not proper usage of {} and ;
      Please watch the video again and try the program.
      Let me know whether you are getting the output or not.
      Best wishes

    • @Allahabadi_Helper
      @Allahabadi_Helper 4 года назад

      @@LeafClasses okay

    • @Allahabadi_Helper
      @Allahabadi_Helper 4 года назад +1

      @@LeafClasses Thanks Mam !!

    • @LeafClasses
      @LeafClasses 4 года назад +1

      👍

  • @Allahabadi_Helper
    @Allahabadi_Helper 4 года назад +2

    Mam error is coming in the first Program which you have done in this video.

  • @RajeshSingh-rk2km
    @RajeshSingh-rk2km 3 года назад +1

    Mam we can also write on the place of n%i==0 that i==2 also?

  • @sujarahaman2475
    @sujarahaman2475 3 года назад +3

    This was very Helpful. Thank you ma'am ❤

  • @editzbyaman611
    @editzbyaman611 3 года назад +2

    I mean to say that when we write void we don't create object it is correct or wrong mam

  • @editzbyaman611
    @editzbyaman611 3 года назад +2

    i have dought in these programs you have written void but you have created the objec,why mam?

    • @LeafClasses
      @LeafClasses 3 года назад +1

      void is return type of a function and object is created for calling the functions. A function/method will not return any value to its caller module if the return type is void.

  • @chandrashekharsingh7956
    @chandrashekharsingh7956 4 года назад +3

    Ma'am if in main function we do not use static what the program's changes will be ?!

    • @LeafClasses
      @LeafClasses 4 года назад +1

      In this case during the execution of the program you have to create the object. static keyword indicates that the Function can be executed without creating the object.

  • @shradulkaushik3544
    @shradulkaushik3544 4 года назад +6

    Ma'am plzz make lectures on the whole chapter fasttt.

  • @costamicaco
    @costamicaco 2 года назад

    Mam the first ques in the pdf for this video, is a parameterized function ?

  • @rupkathamaiti3956
    @rupkathamaiti3956 4 года назад +4

    Thank you mam for such a grateful helping hand.... Mam please make a video on Constructors

  • @creepymaster9584
    @creepymaster9584 4 года назад +2

    Also mam in the 2nd program why didnt u take int a=sc.next Int(System.in); in the psvm class pls do respond

    • @LeafClasses
      @LeafClasses 4 года назад +2

      In this program, the user Defined Function is not accepting any argument and input has to be in the Function itself. So, in main() Function it is not entered. I hope it is clear now.
      Happy Learning.

  • @RohitKumarsunny4304
    @RohitKumarsunny4304 3 года назад

    Hello Ma'am. I want to display the number entered by the user in the output in the program non-parameterized but there is a return, what to do?

  • @deepanshuupreti5298
    @deepanshuupreti5298 3 года назад +4

    Ma'am please please upload a video on call by value and call by reference also...

  • @pinkisingh9364
    @pinkisingh9364 4 года назад +3

    Maam how to identity whether the question is call by value or call by reference

    • @LeafClasses
      @LeafClasses 4 года назад +1

      As per the syllabus you have the programs of call by value only.

    • @pinkisingh9364
      @pinkisingh9364 4 года назад

      @@LeafClasses by reduced or only class 10 icse

    • @LeafClasses
      @LeafClasses 4 года назад +1

      As per the reduced syllabus for the session 2020-21

  • @PramodSingh-lo9fw
    @PramodSingh-lo9fw 4 года назад +3

    Mam while creating the object of scanner class why do we write system.in

    • @LeafClasses
      @LeafClasses 4 года назад +1

      System.in means that the object created using Scanner object is going to read from the standard input stream of the program.

    • @UchihaMadara-yc7kc
      @UchihaMadara-yc7kc 3 года назад

      And by standard input mam means keyboard it means it will take input from keyboard

  • @RahulYadav-ny4fb
    @RahulYadav-ny4fb 3 месяца назад +2

    Old is Gold

  • @bhavyams4210
    @bhavyams4210 4 года назад +3

    Ma'am please make video on difficult right angled triangle pattern programs

  • @prateekmishra1962
    @prateekmishra1962 3 года назад

    In this video in last program when mam you written that
    Public static void main () after this you written object it's complusory to write object

    • @LeafClasses
      @LeafClasses 3 года назад

      Please specify the time in the video

    • @prateekmishra1962
      @prateekmishra1962 3 года назад

      7:40 int ob=new like one line it's complusory to write mam

  • @Chokadenevalikhaniya
    @Chokadenevalikhaniya 3 года назад

    Mam I am not able to do the program of string in pdf please help how to solve

  • @KeshavSharma-ce3go
    @KeshavSharma-ce3go 4 года назад +3

    Dear mam, Have you covered"Call by reference "and "Call by value."?

    • @LeafClasses
      @LeafClasses 4 года назад +1

      As per the syllabus only programs of call by value is present for this session. For call by reference only definition with example is there.
      Leftover subtopics will be covered in revision sessions.
      Happy Learning

    • @KeshavSharma-ce3go
      @KeshavSharma-ce3go 4 года назад +2

      Dear mam, I am very happy and feeling like you are the divine because no teacher in such a fast manner answers the queries.
      I am going to subscribe to your channel.
      Mam, have you any telegram channel?
      Have a good day!!
      I wish you would succeed in achieving millions of subscribers.

    • @LeafClasses
      @LeafClasses 4 года назад

      God bless you.

  • @divyanshkumar9627
    @divyanshkumar9627 2 года назад +2

    ton of thanks to ANJALI MA''''''''''''''''''''''''''''''''"AM

  • @Rzkumari981
    @Rzkumari981 10 месяцев назад

    Thanku so much . I have no doubt left after watching this amazing video of computer application

  • @renugupta536
    @renugupta536 Год назад

    Mam it is very confusing now....in the previous videos we were inputting number in public static void main only but in this we are inputting in called function so confusing..

  • @mnprusty7638
    @mnprusty7638 4 года назад +3

    Mam plz user defined methods ka program likhe kaise hain stepwise Bata do confuse hota Hun program mein

  • @khateeja467
    @khateeja467 3 года назад +2

    Thank yuh soo much god bless you mam ❤😊

  • @hardyanshksharma8803
    @hardyanshksharma8803 4 года назад +4

    Happy Teacher's Day Mam🙂

    • @LeafClasses
      @LeafClasses 4 года назад

      Thanks dear!! God bless you.

  • @chandrashekharsingh7956
    @chandrashekharsingh7956 4 года назад +3

    Miss when video on function overloading willcome??

  • @anushkagoyal1352
    @anushkagoyal1352 3 года назад

    maam why we made main function , if it had not been asked in the question

  • @ashishsood1234
    @ashishsood1234 4 года назад +1

    Thank you ma'am the video was very helpful..

  • @tahuraful
    @tahuraful 8 месяцев назад

    Can we use the class name same as function name?

  • @jntfjsyhj3566
    @jntfjsyhj3566 3 года назад +3

    Mam please explain call by value and call by reference

  • @richapandey7295
    @richapandey7295 3 года назад

    Mam why we have taken if (c==2) in prime number programme

    • @LeafClasses
      @LeafClasses 3 года назад

      This is for checking the number of factors. If it is 2 then the number is prime else not

  • @laxmiisingh9485
    @laxmiisingh9485 Год назад +1

    DOUBT: why you have not written any thing in the bracket void prime (? )

    • @gauransh22
      @gauransh22 Год назад

      because they are non parameterised that means you don't have to write anything in the parameter ()

  • @hemamehta1947
    @hemamehta1947 4 года назад +1

    Mam.. In prime no. Program why in last we've done c==2

    • @LeafClasses
      @LeafClasses 4 года назад

      Because prime number has only two factors.
      Please watch the following for more detail:
      ruclips.net/p/PL6RC2RXzp6ZcY7tbfyaApBpuudD7opa_h
      Happy Learning

    • @hemamehta1947
      @hemamehta1947 4 года назад

      @@LeafClasses Thank you❤❤ so much mam

  • @lydiapercy
    @lydiapercy 4 года назад +2

    Mam thank you so much for teaching i was very confused about this .....

    • @LeafClasses
      @LeafClasses 4 года назад

      God bless you. Happy Learning.

  • @theguy2940
    @theguy2940 2 года назад +1

    creating a main function in the prime number program is almost useless, why do we have to create another function just to call the previous function, you can literally avoid the main function by changing the header from void Prime() to public static void Prime(), the second program of the prime numbers(with return) is fine but the first program's main function doesn't make sense.

  • @adityajha5487
    @adityajha5487 Год назад +1

    Thankyou ma'am

  • @fazalmohdali4900
    @fazalmohdali4900 3 года назад

    mam can u plz make a short vdo for identifying parameterised and non parameterised programs. THANK YOU :)

  • @simranyadav528
    @simranyadav528 3 года назад

    Ma'am in 1 program we can write in this way also
    import. java. util.*;
    class prime
    {
    Int prime()
    For(int I =1;I

    • @LeafClasses
      @LeafClasses 3 года назад

      If you're writing int prime () then it should return one integer value otherwise give void in place of int in the function header.

    • @simranyadav528
      @simranyadav528 3 года назад

      @@LeafClasses maam how can I give one int return type in this program .. plzzz Ma'am tell the

    • @LeafClasses
      @LeafClasses 3 года назад +1

      In the above mentioned program you can give
      return c;
      And then comparison c=2 and printing whether it is prime or not can be written in main

  • @khushigupta-wb9ig
    @khushigupta-wb9ig Год назад

    Mam I am shalabh my preboard result came two days before and I got 98/100 .. this was possible because of you mam ... You are 😊😊 thanks that I cannot express .. may I will score 100 in boards...

  • @anantkumarverma990
    @anantkumarverma990 4 года назад +2

    Maam plz make a vedio on conditional statement in java

  • @smilekumar9097
    @smilekumar9097 3 года назад +1

    Miss u doing great for us
    Thank 😀😀you miss

  • @creepymaster9584
    @creepymaster9584 4 года назад

    Ma'am id dont think that you have made a video for prime no. Program so if u have the time pls do make one as i am very weak in comp and not able to understand even the simplest of programs unless explained

    • @LeafClasses
      @LeafClasses 4 года назад

      Please check the following link-
      ruclips.net/video/JnOmrGtD3qg/видео.html

    • @creepymaster9584
      @creepymaster9584 4 года назад +1

      @@LeafClasses thank u so much mam grateful

  • @sheelgupta4397
    @sheelgupta4397 Год назад +1

    Shree shivay namastubhyam 😀😃😊☺

  • @hbgamers3008
    @hbgamers3008 2 года назад

    Thanks mam great teacher

  • @aftab...101
    @aftab...101 2 года назад +1

    Thank you mam 😊😊😊

  • @simranyadav528
    @simranyadav528 4 года назад +2

    Mam plzzz make videos on.wrapper class and Arrray 🙏 o 🙏🙏🙏🙏🙏

    • @LeafClasses
      @LeafClasses 4 года назад

      Please check the playlists. Both the topics are present.
      Best wishes and Happy Learning.

    • @simranyadav528
      @simranyadav528 4 года назад +1

      @@LeafClasses thank you mama 🙏🙏🙏🙏

  • @vedantkoli1409
    @vedantkoli1409 3 года назад

    Thank you so much ma'am wish u were our school teacher

  • @sheelgupta4397
    @sheelgupta4397 Год назад

    Thankkkkkkk youuuuuu veryyyyyy muchhhhhh maam 😀😃😄😁😇😊😉🙃🥰😍🤩😘🤗🤭😏🤔🥰

  • @rinkisrivastava8980
    @rinkisrivastava8980 3 года назад

    Helpful lecture !!!!

  • @swastikajaiswal60
    @swastikajaiswal60 3 года назад

    12:05 maam can we write printIn ?

    • @LeafClasses
      @LeafClasses 3 года назад

      Yes. You may use print or println here. Both are perfectly fine.
      Happy Learning

  • @cheerkut371
    @cheerkut371 Год назад +1

    Hello, i need your help

  • @sonalmajithia3276
    @sonalmajithia3276 4 года назад

    Mam why do we call a method?

  • @madhurajak8265
    @madhurajak8265 Год назад

    Mam please upload some important videos for computer application class 10 2023 batch please mam

  • @sagnikbagchi4692
    @sagnikbagchi4692 Год назад

    6:00

  • @harleenkaur6226
    @harleenkaur6226 3 года назад

    Thank you so much 😍♥️

  • @ajayreena5040
    @ajayreena5040 Год назад

    Thnx ur life saver😅

  • @pinkisingh9364
    @pinkisingh9364 4 года назад +4

    Maam the parameter list is only called arguments . pls tell maam

    • @LeafClasses
      @LeafClasses 4 года назад +3

      The names listed in the function definition are parameters and the values used in function calling are arguments.
      Hope its clear now.
      Happy Learning

    • @pinkisingh9364
      @pinkisingh9364 4 года назад +1

      @@LeafClasses yes maam its clear

  • @devsahu335
    @devsahu335 3 года назад

    Mam why you use int prime()

    • @LeafClasses
      @LeafClasses 3 года назад +1

      Please specify the time in the video

  • @Aryan-xq3nf
    @Aryan-xq3nf 4 года назад +3

    Mam, plzz make video on Method Overloading....

    • @LeafClasses
      @LeafClasses 4 года назад +1

      Sure!! Will do that soon.
      Happy Learning.