USING A DO-WHILE LOOP In this exercise, you use what you have learned about do-while loops to answer questions about the following code:
1. How many times does this loop execute?
2. What is the output of this program?
3. Is the output different if you change the order of the statements in the body of the loop, so that loopNum++ comes after the output statement?
4. What is the loop control variable?