

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following statement causes the current iteration of the loop to exit, rather than the entire loop? |
A. | Continue |
B. | break |
C. | return |
D. | goto |
Answer» B. break | |