Don't worry, we will upload constructor after few days
@poonamhande83902 жыл бұрын
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
@bhavishyasureshkumar4083 Жыл бұрын
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"); }
@samarparmar6575 Жыл бұрын
we want about manipur
@snow._b_gowda_8192 жыл бұрын
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
@Ravichandra-st5pw3 жыл бұрын
Why u don't use import java.util.scanner Can u plz tell me
@LearnCodingOfficial3 жыл бұрын
Please watch another video where I used scanner class, thank you
@oyenazirtu61113 жыл бұрын
Sir c++ Bs kale used krsakete hu
@LearnCodingOfficial3 жыл бұрын
C++ complete course 👇👇👇 kzbin.info/aero/PLqleLpAMfxGDq9Ehl8FUstcRrCRQPQO7n
@sohelsayyed85324 ай бұрын
sir mera 24th line ka else error aa raha hai or apka run ho raha h lekin mera nhi ho raha h
@pradeepkumarjaiswal22013 жыл бұрын
Sir java pura pdf dijiye n plz sir
@mayankgupta4643 жыл бұрын
Thank you very much sir aaj mera exam hai aur school me padaya bhi nhi gya🙏🙏
@LearnCodingOfficial3 жыл бұрын
Thank U so Much mayank
@dilshadalimalhan9845 Жыл бұрын
If a > c Then print a Else C There statement should print the value of c instead of moving down to b.
@kainaatmakhani65502 жыл бұрын
Very helpful information sir Good explanation sir.