Advertisements
Advertisements
Question
Predict the output:
int a = 18; int b = 12;
boolean t = (a>20 && b< 15)? true:false;
One Word/Term Answer
Solution
false
shaalaa.com
Is there an error in this question or solution?
Chapter 1.04: Operators in Java - EXERCISES [Page 44]