MCQOPTIONS
Saved Bookmarks
| 1. |
Consider the real expression in Pascal language ((X * Z) + Y/(M * P + K) + X)/Y + Y) What would be evaluated first |
| A. | XZ and MP + K |
| B. | XZ + Y and MP + K |
| C. | (MP + K + X) / Y |
| D. | Y / (MP + K) |
| Answer» B. XZ + Y and MP + K | |