Question: Convert the following for loop to a while loop: for (int i = 50; i > 0; i--) { System.out.println(i + minutes to go.); }
Convert the following for loop to a while loop:
for (int i = 50; i > 0; i--) { System.out.println(i + minutes to go.); }
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
