C:\Documents and Settings\adamses\Desktop\Fall 07 CS 430\SecondPascal\SecondPasc al_flintcr_FlintPascal2>pa4 This program is going to retrieve data from an input file that you specify, stor e the data in a list of records while displaying the progress, and finally store the data in an output file that you specify. What is the name of the file where the data is stored? infile.txt What name would you like the output file to have? out.txt New Record Is: Mata-Toledo 49 78.200 Array of data appears as follows. Mata-Toledo 49 78.200 New Record Is: Abzug 21 82.150 Array of data appears as follows. Abzug 21 82.150 Mata-Toledo 49 78.200 New Record Is: Bernstein 900 38.230 Array of data appears as follows. Abzug 21 82.150 Mata-Toledo 49 78.200 Bernstein 900 38.230 New Record Is: Norton 20 71.520 Array of data appears as follows. Abzug 21 82.150 Mata-Toledo 49 78.200 Norton 20 71.520 Bernstein 900 38.230 New Record Is: Tjaden 3 75.780 Array of data appears as follows. Abzug 21 82.150 Mata-Toledo 49 78.200 Tjaden 3 75.780 Norton 20 71.520 Bernstein 900 38.230 New Record Is: Adams 75 98.500 Array of data appears as follows. Adams 75 98.500 Abzug 21 82.150 Mata-Toledo 49 78.200 Tjaden 3 75.780 Norton 20 71.520 Bernstein 900 38.230 New Record Is: Lane 35 87.600 Array of data appears as follows. Adams 75 98.500 Lane 35 87.600 Abzug 21 82.150 Mata-Toledo 49 78.200 Tjaden 3 75.780 Norton 20 71.520 Bernstein 900 38.230 The input file used was "infile.txt" and the output file used was "out.txt". The program is now successfully finished. C:\Documents and Settings\adamses\Desktop\Fall 07 CS 430\SecondPascal\SecondPasc al_flintcr_FlintPascal2>