Solved

Match Each Term with the Correct Statement Below

Question 1

Matching

Match each term with the correct statement below.

Premises:
contains sections that initialize, evaluate, and alter a loop control variable
Responses:
while loop
pretest loop
sentinel value
loop control variable
for loop
loop body
garbage value
do-while loop
iterator

Correct Answer:

contains sections that initialize, evaluate, and alter a loop control variable
for loop
Related Questions