Solved

Match Each Term with the Correct Statement Below

Question 40

Matching

Match each term with the correct statement below.

Premises:
loop in which loop control variable is tested before the loop body is executed
Responses:
do-while loop
sentinel value
while loop
iterator
pretest loop
garbage value
loop control variable
loop body
for loop

Correct Answer:

do-while loop
sentinel value
while loop
iterator
pretest loop
garbage value
loop control variable
loop body
for loop
Related Questions