Multiple Choice
What marks the end of the Do Until repetition statement?
A) End Until
B) End Do Until
C) Loop
D) End Loop
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q17: A Form's default Button is the one
Q18: What kind of language is pseudocode?<br>A)a hybrid
Q19: Having many levels of nesting improves program
Q20: Logic errors prevent a program from compiling
Q21: The expression d *= 4 is an
Q24: The Do While…Loop statement behaves like a
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
Q34: Local variables must be _.<br>A) initialized when