C:\Documents and Settings\adamses\Desktop\Fall 07 CS 430\SecondPascal\SecondPasc al_badorrtg_Pascal2Screen>pa4 This program reads the name, age, and grade point average data of students from an input file, prints each to the screen along with other student records already read. The data is continually sorted and is finally written to an output file. Enter input file name: infile.txt Enter output file name: out.txt New Student Record Entered: Mata-Toledo 49 78.20 Student Records: Mata-Toledo 49 78.20 New Student Record Entered: Abzug 21 82.15 Student Records: Abzug 21 82.15 Mata-Toledo 49 78.20 New Student Record Entered: Bernstein 900 38.23 Student Records: Abzug 21 82.15 Mata-Toledo 49 78.20 Bernstein 900 38.23 New Student Record Entered: Norton 20 71.52 Student Records: Abzug 21 82.15 Mata-Toledo 49 78.20 Norton 20 71.52 Bernstein 900 38.23 New Student Record Entered: Tjaden 3 75.78 Student Records: Abzug 21 82.15 Mata-Toledo 49 78.20 Tjaden 3 75.78 Norton 20 71.52 Bernstein 900 38.23 New Student Record Entered: Adams 75 98.50 Student Records: 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 New Student Record Entered: Lane 35 87.60 Student Records: 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 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_badorrtg_Pascal2Screen>