C:\Documents and Settings\adamses\Desktop\Fall 07 CS 430\SecondPascal\SecondPasc al_fiedlejr_screenoutput>pa4 This program reads data records from the designated input file, puts them in descending order by GPA, and prints the results to the designated output file while echoing the records to the screen. Please enter the file path for the input file: infile.txt Please enter the file path for the output file: out.txt New Record: Mata-Toledo 49 78.20 The contents of the linked list are: Mata-Toledo 49 78.20 New Record: Abzug 21 82.15 The contents of the linked list are: Abzug 21 82.15 Mata-Toledo 49 78.20 New Record: Bernstein 900 38.23 The contents of the linked list are: Abzug 21 82.15 Mata-Toledo 49 78.20 Bernstein 900 38.23 New Record: Norton 20 71.52 The contents of the linked list are: Abzug 21 82.15 Mata-Toledo 49 78.20 Norton 20 71.52 Bernstein 900 38.23 New Record: Tjaden 3 75.78 The contents of the linked list are: Abzug 21 82.15 Mata-Toledo 49 78.20 Tjaden 3 75.78 Norton 20 71.52 Bernstein 900 38.23 New Record: Adams 75 98.50 The contents of the linked list are: 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 Record: Lane 35 87.60 The contents of the linked list are: 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 input was read from: infile.txt The output was written to: out.txt This program has ended normally. C:\Documents and Settings\adamses\Desktop\Fall 07 CS 430\SecondPascal\SecondPasc al_fiedlejr_screenoutput>