SECTION 8.1 QUESTIONS
1. What category of structures includes loops?
2. What is the name of the for loop parameter that ends the loop
3. What for loop parameter changes the counter variable?
4. What happens if you key a semicolon after the parenthe
statement?
5. How many statements can be included in a loop?
6. Write a for statement that will print the numerals 3, 6, 12, 24
7. Write a for statement that will print the numerals 24, 12, 6,3