- Home
- Output Questions for Class 10 ICSE Computer Applications
Predict the output of the below Java program snippet: int a
Output Questions for Class 10 ICSE Computer Applications
Predict the output of the below Java program snippet:
int a = 14, b = 4;
boolean x = (a > b) ? true : false;