C:\Documents and Settings\adamses\Desktop\Fall 07 CS 430\SecondPascal\SecondPasc al_goldincm_Output_2>pa4 Welcome, this program will take a file containing a list of students with their age and gpa,and will sort it by name in descending order Please type the input file name: infile.txt Please type the file to contain the output out.txt Read from file: Mata-Toledo 49 78.20 Sorted values: Mata-Toledo 49 78.20 Read from file: Abzug 21 82.15 Sorted values: Abzug 21 82.15 Mata-Toledo 49 78.20 Read from file: Bernstein 900 38.23 Sorted values: Abzug 21 82.15 Mata-Toledo 49 78.20 Bernstein 900 38.23 Read from file: Norton 20 71.52 Sorted values: Abzug 21 82.15 Mata-Toledo 49 78.20 Norton 20 71.52 Bernstein 900 38.23 Read from file: Tjaden 3 75.78 Sorted values: Abzug 21 82.15 Mata-Toledo 49 78.20 Tjaden 3 75.78 Norton 20 71.52 Bernstein 900 38.23 Read from file: Adams 75 98.50 Sorted values: 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 Read from file: Lane 35 87.60 Sorted values: 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 The program has successfully completed execution The inpupt file was infile.txt The output file was out.txt C:\Documents and Settings\adamses\Desktop\Fall 07 CS 430\SecondPascal\SecondPasc al_goldincm_Output_2>