C:\Documents and Settings\adamses\Desktop\Fall 07 CS 430\SecondPascal\SecondPasc al_rezinzd_output>pa4 This program accepts an input file name and output file name from the user. It will use records to store data gathered from the input file (unlimited records). Inserting the records into an List, it will keep the list in descending order by the gpa field of the record. Each record is printed to the screen once it is created. After the records are inserted into the list, the record is sorted and the entire list of records is printed to the screen and to the users specified output file with one record per line and a blank line seperating the lists. As the program ends, it will print to the screen a message telling the names of the input file and output file used and say that the program is done. 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 Mata-Toledo 49 78.20 Mata-Toledo 49 78.20 Abzug 21 82.15 Mata-Toledo 49 78.20 Abzug 21 82.15 Bernstein 900 38.23 Mata-Toledo 49 78.20 Abzug 21 82.15 Bernstein 900 38.23 Norton 20 71.52 Mata-Toledo 49 78.20 Abzug 21 82.15 Bernstein 900 38.23 Norton 20 71.52 Tjaden 3 75.78 Mata-Toledo 49 78.20 Abzug 21 82.15 Bernstein 900 38.23 Norton 20 71.52 Tjaden 3 75.78 Adams 75 98.50 Mata-Toledo 49 78.20 Abzug 21 82.15 Bernstein 900 38.23 Norton 20 71.52 Tjaden 3 75.78 Adams 75 98.50 Lane 35 87.60 Mata-Toledo 49 78.20 Abzug 21 82.15 Bernstein 900 38.23 Norton 20 71.52 Tjaden 3 75.78 Adams 75 98.50 Lane 35 87.60 The input file name is: infile.txt The output file name is: out.txt The program has completed normally C:\Documents and Settings\adamses\Desktop\Fall 07 CS 430\SecondPascal\SecondPasc al_rezinzd_output>