- 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 = 18; int b = 12;
boolean t = (a > 20 && b < 15)? true : false;