

MCQOPTIONS
Saved Bookmarks
1. |
What is the output of the below Java program with WHILE, BREAK and CONTINUE? |
A. | 0,1,2,3,4, |
B. | 1,2,3,4, |
C. | 1,2,3,4 |
D. | Compiler error |
Answer» C. 1,2,3,4 | |