1.

Which of the following codes will print sum of two integer variables?

A. PRINT z = P + Q.
B. PRINT (X + Y)
C. PRINT ?z = P + Q?
D. PRINT SUM (X, Y)
Answer» E.


Discussion

No Comment Found