If '?' means 'greater than', '?' means 'less than', and '?' means 'equal to', which of the following statements is correct? 5 ? 3 ? 2 ? 4

Answer: A. True
5 > 3 = 2 < 4 is true as 5 > 3 and 2 < 4.