- Home
- Output Questions for Class 10 ICSE Computer Applications
Predict the output of the below Java program snippet: int c
Output Questions for Class 10 ICSE Computer Applications
Predict the output of the below Java program snippet:
int c = (3<4)? 3*4:3+4;