Multiple Choice
Each repetition of a loop is known as what?
A) An iteration
B) A cycle
C) An execution
D) A Lap
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q3: When you open a file with the
Q13: The do-while loop is a pre-test loop.
Q14: In the for loop, the control variable
Q15: If a loop does not contain within
Q16: What will be the values of x
Q18: How many times will the following for
Q19: In the following code, what values could
Q21: Assuming that inputFile references a Scanner object
Q22: If you are using a block of
Q24: The do-while loop must be terminated with