Question:What does x != y check?
A If x is less than y B If x is greater than y C If x is equal to y D If x is not equal to y
+ AnswerD
+ Explanation!= operator checks for inequality.
+ Report