Multiple Choice
What type of 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
Q15: A bug has resulted in your program
Q16: What is any single execution of a
Q17: Totals that are summed one at a
Q18: When a loop might execute many times,
Q19: When using a nested loop, what should
Q21: You can improve loop performance by using
Q22: Unlike the while and for loops, the
Q23: What type of loop allows you to
Q24: Statements in a for loop body cannot
Q25: What type of loop is one in