C:\Documents and Settings\adamses\Desktop\Fall 07 CS 430\SecondPascal\SecondPasc al_garre2jm_Pascal2>pa4 This is a program in Pascal which reads in a list of Student records (Name, age, and GPA) from a file. As each student is inputed, the records are stored in a linked list. The list remains sorted at all times in descending order Input the name of the input file and press enter: infile.txt Input the name of the output file and press enter: out.txt Mata-Toledo 49 78.20 Mata-Toledo 49 78.20 Abzug 21 82.15 Abzug 21 82.15 Mata-Toledo 49 78.20 Bernstein 900 38.23 Abzug 21 82.15 Mata-Toledo 49 78.20 Bernstein 900 38.23 Norton 20 71.52 Abzug 21 82.15 Mata-Toledo 49 78.20 Norton 20 71.52 Bernstein 900 38.23 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 Adams 75 98.50 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 Lane 35 87.60 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 file used was: infile.txt The output file used was: out.txt This program has ended normally. C:\Documents and Settings\adamses\Desktop\Fall 07 CS 430\SecondPascal\SecondPasc al_garre2jm_Pascal2>