MCQOPTIONS
Saved Bookmarks
| 1. |
What is the output of Java program with SWITCH below? |
| A. | No output |
| B. | TEN |
| C. | Compiler error as there is no BREAK. |
| D. | None |
| Answer» C. Compiler error as there is no BREAK. | |