Given that A is an array declared with the statement,
INTEGER, DIMENSION(1:8) :: A
give a formatted input statement which will read in the values 1 to A(1), 2 to A(2), etc. from the following records:
12 34 56 78
Go back to Notes