Question: Convert the following for loop to a while loop: for (int x = 50; x > 0; x--) { System.out.println(x + seconds to go.);
Convert the following for loop to a while loop:
for (int x = 50; x > 0; x--)
{
System.out.println(x + " seconds to go.");
}
Step by Step Solution
3.53 Rating (177 Votes )
There are 3 Steps involved in it
public class Main publi... View full answer
Get step-by-step solutions from verified subject matter experts
