1.

Consider the real expression in Pascal language ((X * Z) + Y/(M * P + K) + X)/Y + Y) What would be evaluated first

A. <code>XZ and MP + K</code>
B. <code>XZ + Y and MP + K</code>
C. <code>(MP + K + X) / Y </code>
D. <code>Y / (MP + K)</code>
Answer» B. <code>XZ + Y and MP + K</code>


Discussion

No Comment Found