C:\Documents and Settings\adamses\Desktop\Fall 07 CS 430\SecondPascal\SecondPasc al_shueybe_dos_output>pa4 This program is designed to read an input file of student records, sort them as they are read in ascending order, then output them to a specified output file. Please enter the name of the input file: infile.txt Please enter the name of the output file: out.txt Record entered: Mata-Toledo 49 78.2 Current records: Mata-Toledo 49 78.2 Record entered: Abzug 21 82.15 Current records: Abzug 21 82.15 Mata-Toledo 49 78.2 Record entered: Bernstein 900 38.23 Current records: Abzug 21 82.15 Mata-Toledo 49 78.2 Bernstein 900 38.23 Record entered: Norton 20 71.52 Current records: Abzug 21 82.15 Mata-Toledo 49 78.2 Norton 20 71.52 Bernstein 900 38.23 Record entered: Tjaden 3 75.78 Current records: Abzug 21 82.15 Mata-Toledo 49 78.2 Tjaden 3 75.78 Norton 20 71.52 Bernstein 900 38.23 Record entered: Adams 75 98.5 Current records: Adams 75 98.5 Abzug 21 82.15 Mata-Toledo 49 78.2 Tjaden 3 75.78 Norton 20 71.52 Bernstein 900 38.23 Record entered: Lane 35 87.6 Current records: Adams 75 98.5 Lane 35 87.6 Abzug 21 82.15 Mata-Toledo 49 78.2 Tjaden 3 75.78 Norton 20 71.52 Bernstein 900 38.23 The program is done and ended normally. Input file used : infile.txt Output file used: out.txt C:\Documents and Settings\adamses\Desktop\Fall 07 CS 430\SecondPascal\SecondPasc al_shueybe_dos_output>