Multiple Choice
A while loop is a(n) ____ loop.
A) posttest
B) pretest
C) intest
D) fortest
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q13: Some loops are controlled by _ (or
Q14: Loop _ is the technique of combining
Q17: The do loop is a(n) _ loop.<br>A)
Q18: When a loop might execute many times,
Q20: Because you need definite loops so frequently
Q22: Often, totals are _; that is, summed
Q24: Statements in a for loop body cannot
Q30: A Boolean expression is evaluated within every
Q34: What tasks can be performed in the
Q38: You cannot use a while loop for