IT 114: Introduction to Java
Class 08 Ungraded Quiz

  1. Name the two parts of a loop.


  2. What part of a loop controls how many times it runs?


  3. How many statements appear on the first line of a loop


  4. What character must appear between each of the statements mentioned above?


  5. What characters enclose the statements mentioned above?


  6. What do you call the variable that controls the loop?


  7. What data type must the variable that controls the loop be?


  8. What does the first statement in the first line do?


  9. What does the middle statement in the first line do?


  10. What does the last statement on the first line do?