Answer:
See explanation
Step-by-step explanation:
!= means not equal
The given operator is not a logical operator but rather a comparison operator.
It compares two expressions, values or variables and returns true if the items being compared are not equal.