MCQOPTIONS
Saved Bookmarks
| 1. |
What is the output of the below Java program with a decrement operator and WHILE-loop? |
| A. | 4 3 2 1 |
| B. | 3 2 1 |
| C. | Compiler error |
| D. | None |
| Answer» B. 3 2 1 | |