Transform the while loop from Exercise 1 into an equivalent for loop. (Make sure it produces the same output.)
Exercise 1
Transform the following while loop into an equivalent do loop (make sure it produces the same output).
int num = 1;while (num<20){num++;System.out.println(num);}
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.