Question:Which of the following is true if A and B are not equal?
A if A not = b B if A != B C if (A not = B) D if (A != B)
+ AnswerD
+ Report