A .. is an operator that is used to compare the values of two (2) operands
relational operator
A … has at least two (2) operands and one (1) relational operator
relational expressions
consists of Boolean variables, Boolean constants, relational expressions, and Boolean operators
Boolean expressions
Precedence of the arithmetic, relational, and Boolean operators in the C-based language
postfix ++, –
unary +, -, prefix ++, –, !
*, /, %
binary +, -
<, >, <=, >=
=, !=
&&
A … of an expression is one in which the result is determine without evaluating all of the operands and/or operators
short-circuit evaluation