Section 5.2 Word Matching Exercise

Loop Body
Iteration
Loop Continuation Condition
Infinite Loop
Off-by-one
is a loop that runs forever due to an error in the code.
is an error in the program that causes the loop body to be executed one more or less time.
is the part of the body that contains the statements to be repeated.
is one time execution of the loop body.
is a Boolean expression that controls the execution of the loop.