MCQOPTIONS
Saved Bookmarks
| 1. |
Choose the correct syntax of the WHILE loop in Java below. |
| A. | while(condition) |
| B. | while(condition); |
| C. | while |
| D. | None |
| Answer» B. while(condition); | |