C:\Documents and Settings\adamses\Desktop\Fall 07 CS 430\SecondPascal\SecondPasc al_gritskdj_output>pa4 This program will read and sort (descending, by GPA) information from a user-specified data file containing the last names, ages, and GPAs of students. Student information will be displayed on-screen as it is read from the file, and the sorted information will be written to a user-specified output file. Please enter the name of the input file. infile.txt Please enter the name of the output file. out.txt New student: Mata-Toledo 49 78.20 Contents of List: Mata-Toledo 49 78.20 New student: Abzug 21 82.15 Contents of List: Abzug 21 82.15 Mata-Toledo 49 78.20 New student: Bernstein 900 38.23 Contents of List: Abzug 21 82.15 Mata-Toledo 49 78.20 Bernstein 900 38.23 New student: Norton 20 71.52 Contents of List: Abzug 21 82.15 Mata-Toledo 49 78.20 Norton 20 71.52 Bernstein 900 38.23 New student: Tjaden 3 75.78 Contents of List: Abzug 21 82.15 Mata-Toledo 49 78.20 Tjaden 3 75.78 Norton 20 71.52 Bernstein 900 38.23 New student: Adams 75 98.50 Contents of List: Adams 75 98.50 Abzug 21 82.15 Mata-Toledo 49 78.20 Tjaden 3 75.78 Norton 20 71.52 Bernstein 900 38.23 New student: Lane 35 87.60 Contents of List: Adams 75 98.50 Lane 35 87.60 Abzug 21 82.15 Mata-Toledo 49 78.20 Tjaden 3 75.78 Norton 20 71.52 Bernstein 900 38.23 Input file was: infile.txt Output file was: out.txt This program has ended normally. C:\Documents and Settings\adamses\Desktop\Fall 07 CS 430\SecondPascal\SecondPasc al_gritskdj_output>