Multiple Choice
When loops are nested, each pair contains a(n) ____ loop and an outer loop.
A) posttest
B) pretest
C) inner
D) for
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q18: When a loop might execute many times,
Q20: Because you need definite loops so frequently
Q22: Often, totals are _; that is, summed
Q25: The _ loop checks a Boolean expression
Q26: The _ loop checks a Boolean expression
Q27: Many loop control variable values are altered
Q28: You can use a(n) _ loop to
Q29: The expressions in each part of an
Q30: A Boolean expression is evaluated within every
Q34: What tasks can be performed in the