C:\Documents and Settings\Wes\Desktop\CS 430\FPC\2.0.2\bin\i386-win32>p4 This program takes an input filename form the user, reads the file, creates reco rds, inserts them into a linked list in descending order by GPA, and prints them Please enter the name of your input file and hit return: in.txt Please enter the name of your output file and hit return: out.txt The New Item: Smoltz 41 3.20 The Linked List: Smoltz, 41, 3.20 The New Item: Texiera 26 4.00 The Linked List: Smoltz, 41, 3.20 Texiera, 26, 4.00 The New Item: McCann 25 3.40 The Linked List: Smoltz, 41, 3.20 Texiera, 26, 4.00 McCann, 25, 3.40 The New Item: Johnson 24 3.40 The Linked List: Smoltz, 41, 3.20 Texiera, 26, 4.00 McCann, 25, 3.40 Johnson, 24, 3.40 Input filename: in.txt Output filename: out.txt This program has ended normally C:\Documents and Settings\Wes\Desktop\CS 430\FPC\2.0.2\bin\i386-win32>