Multiple Choice
The ____ loop checks a Boolean expression at the "top" of the loop before the body has a chance to execute.
A) do
B) repeat
C) switch
D) while
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q18: When a loop might execute many times,
Q22: Often, totals are _; that is, summed
Q24: When loops are nested, each pair contains
Q25: 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
Q31: The block of statements executed in a