

MCQOPTIONS
Saved Bookmarks
1. |
Consider the following statement in FORTRAN 77 READ*, [X(I) Y(I) = 0, 3, 2] Which of the following is correct? |
A. | 2 values could be read and stored asX (0), Y (0) |
B. | 4 values could be read and stored asX (0), Y (0), X (2), Y (2) |
C. | 6 values could be read and stored as X (0), Y (0), Y (2), X (3), Y (3) |
D. | none of the above |
Answer» C. 6 values could be read and stored as X (0), Y (0), Y (2), X (3), Y (3) | |