Returns true if both operands are true
Logical AND (&&)
Returns true if at least one operand is true
Logical OR ( | | )
Returns true if the operand is false and vice versa
Logical NOT ( ! )