Arrays

  1. Write a program to read some numbers from the terminal and store them in an array. Print out the array to check they were entered correctly. (You must specify the maximum size of the array, since the F77 compiler needs to do know how much memory to allocate to the program).

  2. Modify this program to write out the numbers in reverse order.


Now return to the Introduction to FORTRAN Programming