Computer Awareness Quest
Computer Awareness
 
								Three data cards are punched as follows:
First card: 9.99, 77.77, 444
Second card: 22.2, 8.888, 16
Third card: 1, 2
What value will be assigned to the variable J when the following Fortran statements are executed:
READ, A, B
READ, J, K, X, Y
1) 9.99
2) 22.2
3) 444
4) No value will be assigned