A boolean expression is an expression that is either TRUE
or FALSE
.
NOTE: The comparision operator look at the variables, however it doesn't change the variable.
Comparision Operators:
<
: Less Than<=
: Less than or Equal to==
: Equal to>=
: Greater than or Equal to>
: Greater than!=
: Not equalNOTE: =
is used for assignment