C:\Documents and Settings\adamses\Desktop\Fall 07 CS 430\SecondPascal\SecondPasc al_hartka_OUTPUT>pa4 This program keeps a linked list of records from the input file data in descending order at all times by the gpa part of the record. Please enter the file name where the input is located: infile.txt the input file is: infile.txt Please enter the file name where you want the output to be: out.txt the output file is: out.txt The person added is: Mata-Toledo 49 78.20 Mata-Toledo 49 78.20 The person added is: Abzug 21 82.15 Abzug 21 82.15 Mata-Toledo 49 78.20 The person added is: Bernstein 900 38.23 Abzug 21 82.15 Mata-Toledo 49 78.20 Bernstein 900 38.23 Bernstein 900 38.23 The person added is: Norton 20 71.52 Abzug 21 82.15 Mata-Toledo 49 78.20 Norton 20 71.52 Bernstein 900 38.23 Bernstein 900 38.23 The person added is: Tjaden 3 75.78 Abzug 21 82.15 Mata-Toledo 49 78.20 Tjaden 3 75.78 Norton 20 71.52 Bernstein 900 38.23 Bernstein 900 38.23 The person added is: Adams 75 98.50 Adams 75 98.50 Abzug 21 82.15 Mata-Toledo 49 78.20 Adams 75 98.50 Tjaden 3 75.78 Norton 20 71.52 Bernstein 900 38.23 Bernstein 900 38.23 The person added is: Lane 35 87.60 Adams 75 98.50 Lane 35 87.60 Abzug 21 82.15 Mata-Toledo 49 78.20 Adams 75 98.50 Tjaden 3 75.78 Norton 20 71.52 Bernstein 900 38.23 Bernstein 900 38.23 the input file was: infile.txt the output file was: out.txt These files were closed The program has ended normally!. C:\Documents and Settings\adamses\Desktop\Fall 07 CS 430\SecondPascal\SecondPasc al_hartka_OUTPUT>