KwickClips Java · 40 sec · free
What does the ternary operator return when the condition is false?
Short answer. The value after the colon.
For a = 45 and b = 72, what does a > b ? a : b give?
72.
Remember
| condition ? if true : if false |
| It gives back a value |
Can a whole if else fit in one line? Yes. Is a greater than b? No. So big gets the value after the colon, seventy two. Condition, question mark, true value, colon, false value. It gives back a value.
This clip is from the full lesson: Unary, Compound Assignment and Ternary Operators — 7 minutes, with the tables, the quick answers and the whole lesson in text.
Useful for: ICSE Class 9 Computer Applications, ICSE Class 9 Computer Applications, ICSE Class 9 Computer Applications, ICSE Class 9 Computer Applications
More KwickClips from this lesson
How many operands does a binary operator take?39 sec
What does b = a++ store when a is 5?39 sec
What does a *= 3 mean?39 secVoice-over is AI-generated; the script is written and checked by Kajal Ma'am. Confirm anything you plan around against your official board document. We never ask for a password or an OTP.

