C:\Documents and Settings\adamses\Desktop\Fall 07 CS 430\SecondPascal\SecondPasc al_kalletsd_output>pa4 STARTING PROGRAM This program reads a given file of Student Records and sorts and prints them to the screen and an output file. A Student Record includes Last name, age, and GP A. Please enter the input file name (Ex. file.txt): infile.txt Please enter the output file name (Ex. file.txt): out.txt The input file is: infile.txt The output file is: out.txt Reading in from infile.txt: Mata-Toledo 49 78.20 Current contents of linked list: Mata-Toledo 49 78.20 Reading in from infile.txt: Abzug 21 82.15 Current contents of linked list: Abzug 21 82.15 Mata-Toledo 49 78.20 Reading in from infile.txt: Bernstein 900 38.23 Current contents of linked list: Abzug 21 82.15 Mata-Toledo 49 78.20 Bernstein 900 38.23 Reading in from infile.txt: Norton 20 71.52 Current contents of linked list: Abzug 21 82.15 Mata-Toledo 49 78.20 Norton 20 71.52 Bernstein 900 38.23 Reading in from infile.txt: Tjaden 3 75.78 Current contents of linked list: Abzug 21 82.15 Mata-Toledo 49 78.20 Norton 20 71.52 Tjaden 3 75.78 Bernstein 900 38.23 Reading in from infile.txt: Adams 75 98.50 Current contents of linked list: Abzug 21 82.15 Mata-Toledo 49 78.20 Tjaden 3 75.78 Norton 20 71.52 Adams 75 98.50 Bernstein 900 38.23 Reading in from infile.txt: Lane 35 87.60 Current contents of linked list: Abzug 21 82.15 Mata-Toledo 49 78.20 Tjaden 3 75.78 Adams 75 98.50 Norton 20 71.52 Lane 35 87.60 Bernstein 900 38.23 Just a reminder that: The input file is: infile.txt The output file is: out.txt END OF PROGRAM C:\Documents and Settings\adamses\Desktop\Fall 07 CS 430\SecondPascal\SecondPasc al_kalletsd_output>