ALL IN JAVA
Posted: Fri Jul 08, 2022 6:37 am
ALL IN JAVA
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
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