Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

question: 2 which of the following is not a comparison operator? <= != …

Question

question: 2 which of the following is not a comparison operator? <= != ? > check

Explanation:

Brief Explanations

Comparison operators are used to compare values. Common comparison operators include <= (less than or equal to), != (not equal to), and > (greater than). The symbol ? is not a standard comparison operator in programming languages.

Answer:

The option with ? is not a comparison operator.