

MCQOPTIONS
Saved Bookmarks
1. |
In nested loops, the continue statement, if present within an if structure, will exit the ____________ |
A. | If structure |
B. | current iteration |
C. | entire loop |
D. | Error |
Answer» C. entire loop | |