

MCQOPTIONS
Saved Bookmarks
1. |
What is the output of the Java code snippet with a Ternary operator? |
A. | Marks=0 |
B. | Marks=10 |
C. | Marks=20 |
D. | Compiler error |
Answer» D. Compiler error | |