Multiple Choice
The Do While…Loop statement behaves like a While…End While statement except _________.
A) The Do While…Loop statement will execute the body once before checking the condition.
B) The Do While…Loop statement will execute the body once more after the loop terminates.
C) a and b
D) nothing (there is no difference)
Correct Answer:

Verified
Correct Answer:
Verified
Q19: Having many levels of nesting improves program
Q20: Logic errors prevent a program from compiling
Q21: The expression d *= 4 is an
Q22: What marks the end of the Do
Q25: To execute a program one statement at
Q26: Because the condition of a While…End While
Q27: The order of actions in an algorithm
Q28: If…Then…Else selection statement allows you to specify
Q29: Which of the following is not a
Q34: Local variables must be _.<br>A) initialized when