Computer Awareness Quest
Computer Awareness
Which of the following is an error in the following Fortran statements:
READ (5, 14) A, B, J, K, L
14 FORMAT (3F 8.1, 2I8)
1) The statement number of the FORMAT statement should be 5 instead of 14
2) The use of numbers 3 and 2 with the specifications F8.1 and I8 not acceptable
3) The specification F8.1 is incorrect
4) The integer variable J is given a real specification F8.1