C:\Documents and Settings\adamses\Desktop\Fall 07 CS 430\SecondPascal\SecondPasc al_frankcm_records>pa4 Enter the name of the input file: infile.txt Enter the name of the output file: out.txt The new record is: Name Age GPA Mata-Toledo 49 78.20 The entire array is: Name Age GPA Mata-Toledo 49 78.20 The new record is: Name Age GPA Abzug 21 82.15 The entire array is: Name Age GPA Abzug 21 82.15 Mata-Toledo 49 78.20 The new record is: Name Age GPA Bernstein 900 38.23 The entire array is: Name Age GPA Abzug 21 82.15 Mata-Toledo 49 78.20 Bernstein 900 38.23 The new record is: Name Age GPA Norton 20 71.52 The entire array is: Name Age GPA Abzug 21 82.15 Mata-Toledo 49 78.20 Norton 20 71.52 Bernstein 900 38.23 The new record is: Name Age GPA Tjaden 3 75.78 The entire array is: Name Age GPA Abzug 21 82.15 Mata-Toledo 49 78.20 Tjaden 3 75.78 Norton 20 71.52 Bernstein 900 38.23 The new record is: Name Age GPA Adams 75 98.50 The entire array is: Name Age GPA 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 The new record is: Name Age GPA Lane 35 87.60 The entire array is: Name Age GPA 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 The input file used was: infile.txt The output file created is: out.txt The program is finished C:\Documents and Settings\adamses\Desktop\Fall 07 CS 430\SecondPascal\SecondPasc al_frankcm_records>