CSC 117 Programming for Scientists and Engineers

Project 8 Due: Wednesday, August 14, 2002

Finding the Maximum of Every Column of an Array

40 points

Write a Fortran 90 program that reads a 2-dimensional array from an input file and computes the maximum of every column.


Please email the program to the grader by midnight on the due date. You can use the command:
mail liuq@eng.unlv.edu -s "Project 8" < proj8.f90
where 'proj8.f90' is the name of the file you want to send.