C:\Documents and Settings\adamses\Desktop\Fall 07 CS 430\SecondPascal\SecondPasc al_breedebf_pa4>pa4 ***Welcome to the Student Records Program*** This program will input student records from a specified file. It will output each record immediately after reading it. The program will also output the list of records that have been read, in ascending order. To a specified file, the program will output the list of records read, in ascending order, each time that it reads a record. To begin, please specify the complete paths of the desired input and output files. Please enter the path of the file to input: infile.txt Please enter the path of the file to output: out.txt Record # read successfully. The record is: Mata-Toledo 49 78.20 Record # read successfully. The record is: Abzug 21 82.15 Record # read successfully. The record is: Bernstein 900 38.23 Record # read successfully. The record is: Norton 20 71.52 Record # read successfully. The record is: Tjaden 3 75.78 Record # read successfully. The record is: Adams 75 98.50 Record # read successfully. The record is: Lane 35 87.60 Input file: infile.txt Output file: out.txt The program has ended successfully. C:\Documents and Settings\adamses\Desktop\Fall 07 CS 430\SecondPascal\SecondPasc al_breedebf_pa4>