Asked by Olivia Stricker on Sep 24, 2024

verifed

Verified

Which comparison operator means "not equal to"?

A) <=
B) >
C) <
D) <>

Comparison Operator

is a symbol or set of symbols used in programming languages and mathematical expressions to compare two values or expressions.

  • Recognize and correctly use Excel comparison operators.
verifed

Verified Answer

KE
Kriste Edwards4 days ago
Final Answer :
D
Explanation :
The operator "<>" means "not equal to". The other operators have different meanings: "<=" means "less than or equal to", ">" means "greater than", and "<" means "less than".