If '?' represents equal to, '?' represents not equal to, '>' represents greater than, and '<' represents less than, which of the following statements is correct? 7 ? 7 and 5 < 8?

A. BOTH ARE TRUE

In a certain code, 'A' means 2, 'B' means 3, 'C' means 5, and 'D' means 7. What is the value of A + B × C - D?

C. 10

If '?' represents multiplication, '?' represents division, '?' represents addition, and '?' represents subtraction, what is the value of 9 ? 3 ? 2 ? 6?

A. 30

Using the symbols where '?' means addition, '?' means subtraction, '×' means multiplication, and '÷' means division, calculate 10 ? 5 ? 3 × 2 ÷ 1.

B. 25

If '>' represents greater than, '<' represents less than, '=' represents equal to, and '?' represents not equal to, which of the following statements is true? 5 < 8 and 8 > 3.

A. TRUE