C:\Documents and Settings\adamses\Desktop\Fall 07 CS 430\SecondPascal\SecondPasc al_ander2sd_Screen_Captured_Output>pa4 This is a program that will take a list of student records, sort them, and outpu t the records to a text file. The input file must be a text file and will contain the last name, age, and gpa of the students. 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 THE NEW RECORD BEING ADDED: Mata-Toledo 49 78.200 THE LIST OF RECORDS IN ALPHABETICAL ORDER: Mata-Toledo 49 78.200 THE NEW RECORD BEING ADDED: Abzug 21 82.150 THE LIST OF RECORDS IN ALPHABETICAL ORDER: Abzug 21 82.150 Mata-Toledo 49 78.200 THE NEW RECORD BEING ADDED: Bernstein 900 38.230 THE LIST OF RECORDS IN ALPHABETICAL ORDER: Abzug 21 82.150 Bernstein 900 38.230 Mata-Toledo 49 78.200 THE NEW RECORD BEING ADDED: Norton 20 71.520 THE LIST OF RECORDS IN ALPHABETICAL ORDER: Abzug 21 82.150 Bernstein 900 38.230 Mata-Toledo 49 78.200 Norton 20 71.520 THE NEW RECORD BEING ADDED: Tjaden 3 75.780 THE LIST OF RECORDS IN ALPHABETICAL ORDER: Abzug 21 82.150 Bernstein 900 38.230 Mata-Toledo 49 78.200 Norton 20 71.520 Tjaden 3 75.780 THE NEW RECORD BEING ADDED: Adams 75 98.500 THE LIST OF RECORDS IN ALPHABETICAL ORDER: Abzug 21 82.150 Adams 75 98.500 Bernstein 900 38.230 Mata-Toledo 49 78.200 Norton 20 71.520 Tjaden 3 75.780 THE NEW RECORD BEING ADDED: Lane 35 87.600 THE LIST OF RECORDS IN ALPHABETICAL ORDER: Abzug 21 82.150 Adams 75 98.500 Bernstein 900 38.230 Lane 35 87.600 Mata-Toledo 49 78.200 Norton 20 71.520 Tjaden 3 75.780 All the records have been added. The input file name is infile.txt and the output file name is out.txt. This program has ended normally. C:\Documents and Settings\adamses\Desktop\Fall 07 CS 430\SecondPascal\SecondPasc al_ander2sd_Screen_Captured_Output>