Question:Which of the following comparisons will evaluate to true?
true
A 't' == t B 1 === "1time" C "top" == 0 D "top" === 0 E 1 == "1time"
+ AnswerA C E
+ Report