public class While { public void loop() { int x= 0; while ( 1 ) /* Line 6 / { System.out.print("x plus one is " + (x + 1)); / Line 8 */ } } } Which statement is true?
Reveal answer
Fill a bubble to check yourself
public class While { public void loop() { int x= 0; while ( 1 ) /* Line 6 / { System.out.print("x plus one is " + (x + 1)); / Line 8 */ } } } Which statement is true?