2:26 comment out = ctrl + k then ctrl + c To undo = ctrl + k then ctrl + u
@sharanyabasal37955 ай бұрын
Ctrl+/ for both
@agnidhbhattacharya5410 Жыл бұрын
I had forgotten what it was, thanks for clearing it once again😂🙌🏻🙌🏻☺❤❣️
@Divine._.Playss Жыл бұрын
video starts from 2:35
@alivalishov4 ай бұрын
Yeah thx
@codedaily3653 ай бұрын
thx
@sumit16139 ай бұрын
Bro has already tuned for 1.25x😅
@relaxationvideosbyteamrela7788 Жыл бұрын
if we just keep the "result =0" as just "result" ,will it work the same?although i have tried but i am unsure about other examples,i mean there must be some reason to initialize it to "zero" right???
@agnidhbhattacharya5410 Жыл бұрын
Sometimes we put curly braces even when there is only one statement after the condition, is there any requirement for that!? No, it's not req.
@agnidhbhattacharya5410 Жыл бұрын
But Initialising depends on conditions, like when you add something to "result" Like result= result + 1. Then you req to put result = 0 or 1 if you multiply and I hope you knew this already 😅😅😅
@agnidhbhattacharya5410 Жыл бұрын
But tell me did you get the desired result without Initialising result= 0!? Or Did the complier show "Variable result might not have been initialised " 🥲
@NandiniGupta-u7g11 ай бұрын
Ternary ki return value Boolean aaya gi
@shaikmansoor223 Жыл бұрын
Can we ternary operator in if else statements..?
@kalki7117 Жыл бұрын
if i write System.out.println(10
@agnidhbhattacharya5410 Жыл бұрын
A in single quotes will give 65... Emojis have some other ascii value... Or can it be that by any chance it got concatenated and giving sone other results!?
@Breakingbadtwd4 ай бұрын
Why initialising result=0 first?? And why n%2==0 why equal to zero. We are just checking if its even or odd? Anyone clarify.
@reedhimanair79194 ай бұрын
This checks if the reminder is 0 or not if divided by 2 because all even numbers have a reminder 0 when divided by 2 and odd numbers reminder is not 0 it's greater than 0
@mrharsh8474 Жыл бұрын
Unary operator?
@bhagyashrik-h6g8 ай бұрын
Thanks
@adityanarayanmishra2008 Жыл бұрын
Underrated.
@rubeenazabin5863 Жыл бұрын
why we are using int result = 0;
@satyakudulla68903 ай бұрын
if we divide even number with 2 we will get 0 as a remainder