1. Write a Do While loop to validate that the user enters a nonzero integer into an input box for a variable named int Denominator
2. Is the For...Next loop top-controlled or bottom-controlled?
3. Write the code for an infinite Do Until lip with the variable intInfinite.
4. Which loop should be used if you know the required number of times the loop will be executed?
5. What is the fewest number of times a top-controlled Do Until loop is executed?
6. Write a data validation Do loop to check that the variable intAge entered from an input box is between 1 and 115.
7. A loop inside another loop is called a ?
8. When you insert standard items in a MenuScript object, what File menu items are automatically created by default?