Q. How to write an IF condition to check if “a” is NOT equal to 2?
β
Correct Answer: (B)
if (a != 2)
You must be Logged in to update hint/solution