2024-04-14T17:28:18+03:00[Europe/Moscow] en true <p>Returns true if both operands are true</p>, <p>Returns true if at least one operand is true</p>, <p>Returns true if the operand is false and vice versa</p> flashcards
Lecture 9

Lecture 9

  • 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 ( ! )