1.

Which of the following READ statements is correct in FORTRAN 77?

A. <code>READ *, HONEY (I), I = 1, 5 </code>
B. <code>READ *, (HONEY (I), I = 1, 5)</code>
C. <code>READ * HONEY I, I = 1, 5</code>
D. <code>READ HONEY I, I = 1, 5</code>
Answer» C. <code>READ * HONEY I, I = 1, 5</code>


Discussion

No Comment Found