C:\Documents and Settings\adamses\Desktop\Fall 07 CS 430\SecondPascal\SecondPasc al_hende2ga_input>pa4 This program takes an input file to read students last names, ages, and GPA. Th is data is added to a record and sorted then output to another file as specified by the user. please enter the input file name then hit return: infile.txt please enter the output file name then hit return: out.txt New Record: Mata-Toledo 49 78.200 Sorted List: Mata-Toledo 49 78.200 New Record: Abzug 21 82.150 Sorted List: Abzug 21 82.150 Mata-Toledo 49 78.200 New Record: Bernstein 900 38.230 Sorted List: Abzug 21 82.150 Bernstein 900 38.230 New Record: Norton 20 71.520 Sorted List: Abzug 21 82.150 Norton 20 71.520 Bernstein 900 38.230 New Record: Tjaden 3 75.780 Sorted List: Abzug 21 82.150 Tjaden 3 75.780 Norton 20 71.520 Bernstein 900 38.230 New Record: Adams 75 98.500 Sorted List: Adams 75 98.500 Abzug 21 82.150 Tjaden 3 75.780 Norton 20 71.520 Bernstein 900 38.230 New Record: Lane 35 87.600 Sorted List: Adams 75 98.500 Lane 35 87.600 Abzug 21 82.150 Tjaden 3 75.780 Norton 20 71.520 Bernstein 900 38.230 input file: infile.txt output file: out.txt This program has ended normally C:\Documents and Settings\adamses\Desktop\Fall 07 CS 430\SecondPascal\SecondPasc al_hende2ga_input>