Multiple choice

________ are used to compare the value of two variables.

  1. Arithmetic operators

  2. Assignment operators

  3. Relational operators

  4. Logical operators

  5. Conditional operators

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Relational operators are used to compare the value of two variables. >, <, >=. <=, == and != are relational operators.