Solved

Match Each Term with the Correct Statement Below

Question 30

Matching

Match each term with the correct statement below.

Premises:
repetition structure that executes as long as a tested expression is true
Responses:
for loop
garbage value
pretest loop
loop body
do-while loop
loop control variable
sentinel value
iterator
while loop

Correct Answer:

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