1.

If J = 12 and X = 24.4 the result of the following FORTRAN 77 program will be READ *, J, XK = J ** 2Z = 3 * XPrint *, J, K, Z

A. 12, 144, 73.2
B. 15.0, 144.0, 73.2
C. 15.0, 144.0, 73
D. 15. 144. 73
Answer» B. 15.0, 144.0, 73.2


Discussion

No Comment Found

Related MCQs