Identify the false statement.
a. When you use an && or || operator, each Boolean expression that surrounds the operator is always tested in order from left to right.
b. The AND operator is written as two ampersands ( && ), and the OR operator is written as two pipes ( || ).
c. When you use the && and || operators, you must include a complete Boolean expression on each side.
PLEASE HELP