

MCQOPTIONS
Saved Bookmarks
1. |
What does the next statement in loops do? |
A. | Skips the current iteration |
B. | Starts the next loop by ending the current |
C. | Exits the loop |
D. | Skips the next line of the loop |
Answer» B. Starts the next loop by ending the current | |