C:\Documents and Settings\adamses\Desktop\Fall 07 CS 430\SecondPascal\SecondPasc al_goldbejm_PA4>pa4 The program will prompt you for the name of the file you wish to read from, and the name of the file you wish the output to be printed to. The program will then read in data, one entry at a time - each entry consists of a last name, age, and gpa. The program will add the new entry to a list, sort the list, and print the results to the screen. Please enter the name of your input file and hit return: infile.txt Please enter the name of your output file and hit return: out.txt Record #1: Mata-Toledo 49 78.20 Sorted Records - Round 1 Last Name Age GPA Mata-Toledo 49 78.20 Record #2: Abzug 21 82.15 Runtime error 216 at $00401062 $00401062 $00401594 $00401A2E C:\Documents and Settings\adamses\Desktop\Fall 07 CS 430\SecondPascal\SecondPasc al_goldbejm_PA4>pa4 The program will prompt you for the name of the file you wish to read from, and the name of the file you wish the output to be printed to. The program will then read in data, one entry at a time - each entry consists of a last name, age, and gpa. The program will add the new entry to a list, sort the list, and print the results to the screen. Please enter the name of your input file and hit return: infile2.txt Please enter the name of your output file and hit return: out.txt Record #1: Mata-Toledo 49 78.20 Sorted Records - Round 1 Last Name Age GPA Mata-Toledo 49 78.20 Record #2: Abzug 21 82.15 Runtime error 216 at $00401062 $00401062 $00401594 $00401A2E C:\Documents and Settings\adamses\Desktop\Fall 07 CS 430\SecondPascal\SecondPasc al_goldbejm_PA4>