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

Which operator is used to check if two values are equal?
=
==
!=
>=

Explanation

The double equals sign (==) is used for comparing equality.

Comments (0)

Advertisement