Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

each of the following is a relational or equality operator except: <= =…

Question

each of the following is a relational or equality operator except: <= =! < ==

Explanation:

Brief Explanations

In programming, <= is less - than - or - equal to (relational), < is less than (relational), == is equality operator. But =! is not a valid relational or equality operator. The correct "not equal to" operator is !=.

Answer:

B. =!