Data structures classes kuda pettagalara,your classes very helpful to me thank you verymuch
@KOTHAABHISHEK6 жыл бұрын
sure in future
@chinnikrishna6800 Жыл бұрын
Very good explanation sir ❤
@VeligaramPadma-kz9zx9 ай бұрын
Clarity information sir 🙏🏽 thanks
@rakeshkolipaka6496 Жыл бұрын
excellent explaination tq
@kamalachundru3657 ай бұрын
Thankyou so much sir❤️
@chandrasekhar98196 жыл бұрын
sir why do we use int x = n*fact(n-1) . for that first we have to declare x . without declaring a variable how can we use it sir . please reply me . i had done same as u done but i got error saying variable declaration not allowed here .
@KOTHAABHISHEK6 жыл бұрын
in this line only we are declaring int x=
@gaikwadpremkumar58302 жыл бұрын
public class Main { static int fact(int n){ int x; if(n==0 || n==1){ return 1; } else{ x=n*fact(n-1); } return x; } public static void main(String[] args) { Main obj=new Main(); int c=obj.fact(4); System.out.println(c); } }
@rashminama28975 жыл бұрын
I am not able to find any notes material for JAVA in the above Link.Can u please check it.
@KOTHAABHISHEK5 жыл бұрын
Sorry I don't have any material Aa blog remove aindi
@parameshwar28843 жыл бұрын
@@KOTHAABHISHEK bro naaki google lo blog ela create cheyalo guide chestara pls
method create chaska (i.e...)at8:19 sec appudu main method kinda s.o.pln("x"); ani rayachu a sir.
@kprakash96656 жыл бұрын
malli main method (p.s.v.m string args[]) kinda factorial object adi edi badalu oka statement s.o.pln("x") ani rasthae saripodha .sir
@KOTHAABHISHEK6 жыл бұрын
you can use s.op.p in anyone method but object creation is mandatory because we have to call the fact method with the help of object only
@jagannadhsai95017 жыл бұрын
fact(n-1); e method ala work avuthudo chepadi sir.
@KOTHAABHISHEK7 жыл бұрын
same function malli repeat avthundi
@arjunkumar-nf7wl6 жыл бұрын
Excellent teaching brother
@dariusprinceton53023 жыл бұрын
i know Im kinda randomly asking but does anyone know of a good site to watch newly released series online ?
@walkerrandall30443 жыл бұрын
@Darius Princeton Flixportal :P
@dariusprinceton53023 жыл бұрын
@Walker Randall Thanks, I signed up and it seems like a nice service :) I appreciate it !!
@walkerrandall30443 жыл бұрын
@Darius Princeton no problem xD
@mohammadyasin59213 жыл бұрын
Brother ippudu n value 2 ainappudu manaki recursion Ayyaka 1 return avtundi appudu output 120 ela vastundi?
@amarnathreddypolimera86694 жыл бұрын
Int x=n×fact(n-1) undi k but ikkada 5×4×3×2×1 ela store avutundi variable x lo.akkada 5×fact(4) vastundi kani 5×4 radu kada sir
@KOTHAABHISHEK4 жыл бұрын
5xfact(4) So 5x factorial method malli call avthundi 5x4xfact(3) Then 5x4x3xfact(2) Then 5x4x3x2xfact(1) Then 5x4x3x2x1
@parshuramreddy88214 жыл бұрын
Tq sir me to same doubt
@pavankalyanpadala3 жыл бұрын
@@KOTHAABHISHEK cleared anna
@kprakash96656 жыл бұрын
method create chayadam mandatatory a annaya...
@kprakash96656 жыл бұрын
parameters inka return type declare chasaka direct ga s.o.pln() ani rayachu gada ani rayachu gada malli y to write again main method inka object such stuff........
@KOTHAABHISHEK6 жыл бұрын
1st class nundi daily chepthunnanu main method lekunda program execute avvadhu ani malli main method endhuku ani adugutgthunnav okasari main method lekunda execute chesi chudu appudu ni doubt ki clarity vasthundi
@kprakash96656 жыл бұрын
kk thx a lot....clearing a doubt
@bhanu77625 жыл бұрын
Super sir
@pavankumar-ii2nf3 жыл бұрын
What will happen if we give int x = n*fact( n- -) instead of giving this int x = n*fact( n-1)in method
@KOTHAABHISHEK3 жыл бұрын
Same
@pavankumar-ii2nf3 жыл бұрын
@@KOTHAABHISHEK thank you
@gaikwadpremkumar58302 жыл бұрын
n-- or n=n- is same !
@sreenivasdasari4278 Жыл бұрын
for - -n it will be same not for n--
@nukarajuyamuna73284 жыл бұрын
what is the use of return x sir
@vvnssairam9220 Жыл бұрын
Bro nuvvu cheppindhi bagagne undhi kaani nuuvu chesindhi programme same neenu vscode lo run chestunte class main Factorial daggara error chupistundhi konchem error retriefy chey bro
@meghanadasari-yw9ci3 жыл бұрын
Sir condition anedi.. n
@meghanadasari-yw9ci3 жыл бұрын
Sir else ani manam specify cheyaledu enti sir
@navyareddy13493 жыл бұрын
Sir n==0 ayithe kada manam return 1 rastham
@KOTHAABHISHEK3 жыл бұрын
n==1 ki kuda rayochu 1!=1 kadha so ela aina OK
@navyareddy13493 жыл бұрын
@@KOTHAABHISHEK sir 0 args pass chesthe 0! Em print avuthundhi
@KOTHAABHISHEK3 жыл бұрын
Appudu em print avvadhu Or maname inkoka condition apply chesi lessthan 1 aithe please enter correct value ani print cheyochu Actual ga aithe n==0 aithe1 return cheyali Nenu explain chesindi just concept Exact ga ilage cheyali ani kadhu For example greater values amoung 3 numbers ani program explain chesa anuko Just manam greater value ni check chesi print chestham But if in case 2 values or 3 values equal ga unte em print cheyali ani manam ivvamu Just concept ardam avvali ani oka example chepthamu ilage cheyali idhe correct ani kadhu
@navyareddy13493 жыл бұрын
@@KOTHAABHISHEK ok thank u sir
@chinthamokshith78874 жыл бұрын
Anna recursion (for loop) atla work avutundo step by step chapu anna
@KOTHAABHISHEK4 жыл бұрын
ardam kaledu
@chinthamokshith78874 жыл бұрын
KOTHA ABHISHEK could you explain how recursion works in (for loop) step by step
@buntynimmala5974 жыл бұрын
Hi bro can you say more examples on recursion.
@besettipraveen208 Жыл бұрын
Return 1 use chapu bro
@munaswamy65955 жыл бұрын
Ur blogger not showing code
@ajaychandra20013 жыл бұрын
Can any one solve this code???... The question is using the below two lines you have to write a code and the output must be hello, world. hello, java. And the two lines is System.out.println("Hello, World."); System.out.println("Hello, Java."); ... The output must be as I said.. If anyone got answer.. Reply to my comment!!! . Thank you
@madhuris10583 жыл бұрын
This is hacker rank question
@nandanandaa66003 жыл бұрын
Mg
@rasingstar27015 жыл бұрын
Very nice
@Devi_handlooms235 жыл бұрын
.
@kamalpola33034 жыл бұрын
Return 1 ela avtundi
@srinwaasburri20286 жыл бұрын
Thanks sir.
@PraveenKumar-eb9sn2 жыл бұрын
I want find 120 factorial
@జైమోడీజీ3 жыл бұрын
Super bro
@kamalpola33034 жыл бұрын
Ekkada ki x return avtundi
@kamalpola33034 жыл бұрын
Else part enduku rayaledu
@pavankalyanpadala3 жыл бұрын
anna if statement undhi ga curly brackets endhuku ivvaledu{}
@KOTHAABHISHEK3 жыл бұрын
If tharvatha only single statement unte {} mandatory em kadhu bro Okati kante ekkuva statements unte {} compulsory
@pavankalyanpadala3 жыл бұрын
@@KOTHAABHISHEKanna isthy error paduthada
@kamalpola33034 жыл бұрын
If statement ki { eyaledu
@KOTHAABHISHEK4 жыл бұрын
Single statement unnappudu rayakapoina em kadhu Multiple statements unte compulsory ga rayali