C:\Documents and Settings\adamses\Desktop\Fall 07 CS 430\SecondPascal\SecondPasc al_danberje_Pascy2>pa4 This program takes an input file, and writes each record while ordering to an output file Please enter the name of your input file and hit return infile.txt Please enter the name of your output file and hit return out.txt You entered: Mata-Toledo 49 78.20 Mata-Toledo 49 78.20 You entered: Abzug 21 82.15 Abzug 21 82.15 Mata-Toledo 49 78.20 You entered: Bernstein 900 38.23 Abzug 21 82.15 Mata-Toledo 49 78.20 Bernstein 900 38.23 You entered: Norton 20 71.52 Abzug 21 82.15 Mata-Toledo 49 78.20 Norton 20 71.52 Bernstein 900 38.23 You entered: Tjaden 3 75.78 Abzug 21 82.15 Mata-Toledo 49 78.20 Tjaden 3 75.78 Norton 20 71.52 Bernstein 900 38.23 You entered: Adams 75 98.50 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 You entered: Lane 35 87.60 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 This program has ended normally The input came from infile.txt The output went to out.txt C:\Documents and Settings\adamses\Desktop\Fall 07 CS 430\SecondPascal\SecondPasc al_danberje_Pascy2>