Relational Operators
- < less than
- > greater than
- <= less than or equal to
- >= greater than or equal to
- == is equal to
- != is not equal to
-
- Relational expressions evaluate to the int
- value 1 (True) or the int value 0 (False)
-
- All of these operators are called binary operators because they take two expressions as operands