1.

Consider the following program in Basic 10 READ X, Y, Z15 DATA 20, 30, 1020 S = X + Y + Z30 A = S/335 PRINT S, A, X, Y, Z40 END The output will be

A. 60, 20, 20, 30, 10
B. 10, 30, 20, 20, 60
C. 60, 20, 30, 10, 20
D. 60, 30, 10, 20, 20
Answer» B. 10, 30, 20, 20, 60


Discussion

No Comment Found

Related MCQs