For which of the following conditions "B" will be printed ? if(x>z) if(zz) Print C else Print D end if end if OPTIONS: 1. x>z>y 2. z>x 3. X>y>z 4. Y>z Explain this code
System.out.println("enter x value"); int x = sc.nextInt(); System.out.println("enter y value"); int y = sc.nextInt(); System.out.println("enter z value"); int z = sc.nextInt(); if(x > z || z > y) { System.out.println("A"); } else { System.out.println("B"); } if(y > z) { System.out.println("C"); } else { System.out.println("D"); }
Sir if there the test condition 1 false.... Consequently the statement block 3 should execute..... Then how the another conditions is there to test a false of test condition 1
bhot clarity ho jati hai apka lecture ke zariye .. bhot shukriya.🙏
Very helpful information sir
Good explanation sir.
amazing concept crystal clear
Fantastic explanation sir
Ur explanation is like spoon feeding sir
I don't know hindi
But I understood sir tquu soo much sir
Sir your way of teaching is too good
Thanks you are the best teacher. happy teachers day💐💐💐💐💐
Namaste sir,
I'm very thankful to you sir, it was very helpful.
Very much helpful videos you make.
Thankyou sir bahut ache se explain kiya i was confused
Excellent sir
🙏🙏Exactly what I was looking for .. 👍👍 thank for video 😍😍 uploading the
great sir... really thank u so much....
❤❤❤bhai mja aa gya🖤😁
Thank you so much sir.
Thank you sir
Great explanation sir..........
U are great sir
Thanks
@@LearnCodingOfficial ❤️❤️❤️❤️❤️❤️❤️🔥❤️❤️❤️❤️❤️❤️❤️❤️❤️
Helpful video hae
We ready to help You
🙏🙏🙏
Next video constructor please sir
Don't worry, we will upload constructor after few days
For which of the following conditions "B" will be printed ?
if(x>z)
if(zz)
Print C
else
Print D
end if
end if
OPTIONS:
1. x>z>y
2. z>x
3. X>y>z
4. Y>z
Explain this code
System.out.println("enter x value");
int x = sc.nextInt();
System.out.println("enter y value");
int y = sc.nextInt();
System.out.println("enter z value");
int z = sc.nextInt();
if(x > z || z > y) {
System.out.println("A");
}
else {
System.out.println("B");
}
if(y > z) {
System.out.println("C");
}
else {
System.out.println("D");
}
Sir if there the test condition 1 false.... Consequently the statement block 3 should execute.....
Then how the another conditions is there to test a false of test condition 1
we want about manipur
Thank you very much sir aaj mera exam hai aur school me padaya bhi nhi gya🙏🙏
Thank U so Much mayank
Why u don't use import java.util.scanner
Can u plz tell me
Please watch another video where I used scanner class, thank you
Sir c++ Bs kale used krsakete hu
C++ complete course 👇👇👇
ua-cam.com/play/PLqleLpAMfxGDq9Ehl8FUstcRrCRQPQO7n.html
Sir java pura pdf dijiye n plz sir
sir mera 24th line ka else error aa raha hai or apka run ho raha h lekin mera nhi ho raha h
If a > c
Then print a
Else
C
There statement should print the value of c instead of moving down to b.
Very helpful information sir
Good explanation sir.