Table of Contents Ternary Operator Syntax Ternary Operator as an Expression Nesting Multiple Operators Summary Comments The ternary operator is a form of syntactic sugar for if-then-else statements. It is also known as the conditional operator, which is perhaps a more meaningful name because it evaluates conditions like if does. Provided that the operator is […]
Continue reading %Java’s Ternary Operator in Three Minutes%
by Indrek Ots via SitePoint
No comments:
Post a Comment