Question: What does the following code print? int x = -4; while (x < 0) { } x++; System.out.print(x + );
What does the following code print? int x = -4; while (x < 0) { } x++; System.out.print(x + " ");
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
