&& Logical AND If both the operands are not false then the result is true
|| Logical OR If any of the two operands is not false then the result is true
! Logical NOT Reverses the logical state of its operand. If a condition is true then the Logical NOT operator will make it false