

MCQOPTIONS
Saved Bookmarks
1. |
A __________ loop statement in Java programming language repeatedly executes a target statement as long as a given condition is true. |
A. | for |
B. | do-while |
C. | while |
D. | None of the above |
Answer» D. None of the above | |