Advertisements
Advertisements
Question
Predict the output:
int c = (3<4)? 3*4:3+4;
One Word/Term Answer
Solution
12
shaalaa.com
Is there an error in this question or solution?
Chapter 1.04: Operators in Java - EXERCISES [Page 44]
Predict the output:
int c = (3<4)? 3*4:3+4;
12