IT 114: Introduction to Java
Class 08 Ungraded Quiz
-
Name the two parts of a loop.
-
What part of a loop controls how many times it runs?
-
How many statements appear on the first line of a loop
-
What character must appear between each of the statements mentioned above?
-
What characters enclose the statements mentioned above?
-
What do you call the variable that controls the loop?
-
What data type must the variable that controls the loop be?
-
What does the first statement in the first line do?
-
What does the middle statement in the first line do?
-
What does the last statement on the first line do?