Multiple choice

Which of the following is an example of not equal to operator?

  1. op1 = = op2

  2. op1 != op2

  3. op1 <= op2

  4. op1 >= op2

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

This is an example of not equal to operator.