Mathematical, Relational, Logical Operators

Cards (3)

  • Arithmetic Operators:
    + -> Addition
    - -> Subtraction
    * -> Multiplication
    / -> Division
  • Comparison Operations:
    > -> Greater than
    < -> Less than
    >= -> Greater than or equal to
    <= -> Less than or equal to
    == -> Equal to
    <> -> Not equal to
  • Logic Operations:
    AND
    OR
    NOT