

MCQOPTIONS
Saved Bookmarks
1. |
Consider the following code snippet.
|
A. | The continue keyword breaks out of the loop |
B. | The continue keyword restarts the loop |
C. | The continue keyword skips the next iteration |
D. | The continue keyword skips the rest of the statements in that iteration |
E. | None of these |
Answer» E. None of these | |