- Home
- Output Questions for Class 10 ICSE Computer Applications
Predict the output of the below Java program snippet: int x
Output Questions for Class 10 ICSE Computer Applications
Predict the output of the below Java program snippet:
int x = 90;
char c = (x<=90)?'Z':'I';