

MCQOPTIONS
Saved Bookmarks
1. |
What is the name of the control structure used to stop any loop prematurely and only exit out of the loop, not affecting the running of the rest of the program? |
A. | The continue statement |
B. | The break statement |
C. | The exit statement |
D. | The purge statement |
Answer» C. The exit statement | |