USING A WHILE LOOP In this exercise, you use what you have learned about writing while loops to study the following code and then answer the subsequent questions
1. What is the loop control variable? What is the sentinel value?
2. What is the output?
3. What is the output if the code is changed to while(numTimes++
4. What is the output if the code is changed to while(++numTimes