Relational Operators:

Allows you to compare two values.

There are three Relational Operators:

  1. greater than
  2. less than
  3. equal to

Logic Operators:

Combine two or more Relational Operators to result in a single true/false value.

There are three Logic Operators:

  1. and
  2. or
  3. not

Arithmetic Operators: