Question

The expression if (num != 65) cannot be replaced by:
a. if (num > 65 || num < 65)
b. if (!(num == 65))
c. if (num " 65)
d. if (!(num " 65))

Answer

This answer is hidden. It contains 15 characters.