Using a while Loop
In this exercise, you use what you have learned about writing while loops. Study the following code, and then answer Questions 1-4.

1. What is the loop control variable?
____________________________________________________________________________________
2. What is the output?
____________________________________________________________________________________
3. What is the output if the code is changed to while(numberOfTimes++ <= NUM_LOOPS)?
____________________________________________________________________________________
4. What is the output if the code is changed to while(++numberOfTimes NUM_LOOPS)?
____________________________________________________________________________________
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.