Multiple Choice
The ____ loop checks a Boolean expression at the "bottom" of the loop after each repetition has occurred.
A) do
B) for
C) switch
D) while
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
Q24: When loops are nested, each pair contains
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
Q30: Event-driven GUI programs sometimes require fewer coded