Page 1 of 1

ALL IN JAVA

Posted: Fri Jul 08, 2022 6:37 am
by answerhappygod
ALL IN JAVA
All In Java 1
All In Java 1 (31.64 KiB) Viewed 43 times
All In Java 2
All In Java 2 (10.54 KiB) Viewed 43 times
Assuming the program below is syntactically correct, what is the output? int x, y; x=11; y=--x; System.out.println("x= x=11; y=x--; + x + "y= "+y); System.out.println("x= " + x + "y= "+y);
A while loop has to have at least one interation? True False