4A boolean expression is
a condition that is either true or false (on or off)
4Logical operators:
–like
an arithmetic operator (e.g. addition)
that
takes in two numbers (operands)
and yields a number as a result (1+1=2)
–Logical
operators take in two boolean expressions and produces a boolean
outcome