Advertisements
Advertisements
Question
Predict the output:
c = (val + 550 < 1700)? 200: 400;
if: val = 1000
One Word/Term Answer
Solution
200
shaalaa.com
Is there an error in this question or solution?
Chapter 1.04: Operators in Java - EXERCISES [Page 44]