What's up with logical operators?

They return BOOL-type valuesThey're used with conditionsThey return multiple valuesThey state conditions on either side

That's it! Logical operators are used with conditions to return TRUE or FALSE (only one of these BOOL-type values).

Yikes! Logical operators are used with conditions to return TRUE or FALSE (only one of these BOOL-type values).