If '>' represents greater than, '<' represents less than, '=' represents equal to, and '?' represents not equal to, which of the following statements is true? 5 > 3 ? 2 < 4?
Answer: A. True
5 is greater than 3, and 3 is not equal to 2, and 2 is less than 4.