C:\Documents and Settings\adamses\Desktop\Fall 07 CS 430\SecondPascal\SecondPasc al_parkerce_Output>pa4 ************Student Record Database************ This program will gather, print, and store student data. The Record Data is always stored in descending order based upon GPA. The program will prompt the user for an input filename and an output filename. The program will print each record as it is read in from the input file. Each record will be printed on its own line. Once the record is stored in the linked list, the linked list will print to the screen. Following this, the record is written to the outputfile. The values of each record stored in the output file are then printed into the screen. Each of these lists will be seperated by a blank line. Before the program ends, the input and output filenames will be printed on the screen followed by a message that says: The program has successfully completed. Enter a valid input filename: infile.txt Enter a valid output filename: out.txt Mata-Toledo 49 78.20 Mata-Toledo 49 78.20 Mata-Toledo 49 78.20 Abzug 21 82.15 Abzug 21 82.15 Mata-Toledo 49 78.20 Abzug 21 82.15 Mata-Toledo 49 78.20 Bernstein 900 38.23 Abzug 21 82.15 Mata-Toledo 49 78.20 Abzug 21 82.15 Mata-Toledo 49 78.20 Norton 20 71.52 Abzug 21 82.15 Mata-Toledo 49 78.20 Abzug 21 82.15 Mata-Toledo 49 78.20 Tjaden 3 75.78 Abzug 21 82.15 Mata-Toledo 49 78.20 Abzug 21 82.15 Mata-Toledo 49 78.20 Adams 75 98.50 Adams 75 98.50 Abzug 21 82.15 Mata-Toledo 49 78.20 Adams 75 98.50 Abzug 21 82.15 Mata-Toledo 49 78.20 Lane 35 87.60 Adams 75 98.50 Lane 35 87.60 Abzug 21 82.15 Mata-Toledo 49 78.20 Adams 75 98.50 Lane 35 87.60 Abzug 21 82.15 Mata-Toledo 49 78.20 infile.txt out.txt The program has completed normally. C:\Documents and Settings\adamses\Desktop\Fall 07 CS 430\SecondPascal\SecondPasc al_parkerce_Output>