Computer Science for IGCSE & O level - Programming (Section 1 - No. 19)

Which of the following is used to represent 'not equal to' in most programming languages?
==
!=
>=
<=

Explanation

The != operator checks if two values are not the same.

Comments (0)

Advertisement