C:\Documents and Settings\Justin\My Documents>secondPascal.exe This program reads data records from the designated input file, puts them in descending order by GPA, and prints the results to the designated output file while echoing the records to the screen. Please enter the file path for the input file: input.txt Please enter the file path for the output file: output.txt New Record: Fiedler 20 4.00 The contents of the linked list are: Fiedler 20 4.00 New Record: Baddorek 20 3.90 The contents of the linked list are: Fiedler 20 4.00 Baddorek 20 3.90 New Record: Bush 19 3.99 The contents of the linked list are: Fiedler 20 4.00 Bush 19 3.99 Baddorek 20 3.90 New Record: Etzel 21 3.65 The contents of the linked list are: Fiedler 20 4.00 Bush 19 3.99 Baddorek 20 3.90 Etzel 21 3.65 The input was read from: input.txt The output was written to: output.txt This program has ended normally. C:\Documents and Settings\Justin\My Documents>