(had to Ctrl-C to make it exit after the ending message) C:\Documents and Settings\adamses\Desktop\Fall 07 CS 430\SecondPascal\SecondPasc al_gasparrl_secondPascal>pa4 This program will read in student records from a user-specified file, store and order the records,and output them to the user and a user-specified file Type name of input file infile.txt Type name of output file out.txt Record added: Mata-Toledo, 49, 78.20 Mata-Toledo, 49, 78.20 Record added: Abzug, 21, 82.15 Abzug, 21, 82.15 Mata-Toledo, 49, 78.20 Record added: Bernstein, 900, 38.23 Abzug, 21, 82.15 Mata-Toledo, 49, 78.20 Bernstein, 900, 38.23 Record added: Norton, 20, 71.52 Abzug, 21, 82.15 Mata-Toledo, 49, 78.20 Norton, 20, 71.52 Bernstein, 900, 38.23 Record added: 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 Record added: 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 Record added: 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 Input file used: infile.txt Output file used: out.txt This program has ended normally! ^C C:\Documents and Settings\adamses\Desktop\Fall 07 CS 430\SecondPascal\SecondPasc al_gasparrl_secondPascal>