What will be the output of the program? int x = l, y = 6; while (y--) { x++; } System.out.println(x = + x + y = + y);
Reveal answer
Fill a bubble to check yourself
What will be the output of the program? int x = l, y = 6; while (y--) { x++; } System.out.println(x = + x + y = + y);