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
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!