C:\Documents and Settings\adamses\Desktop\Fall 07 CS 430\SecondPascal\SecondPasc al_wengerwr_out>pa4 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: infile.txt Please enter the name of your output file and hit return: out.txt The New Item: Mata-Toledo 49 78.20 The Linked List: Mata-Toledo, 49, 78.20 The New Item: Abzug 21 82.15 The Linked List: Mata-Toledo, 49, 78.20 Abzug, 21, 82.15 The New Item: Bernstein 900 38.23 The Linked List: Mata-Toledo, 49, 78.20 Abzug, 21, 82.15 Bernstein, 900, 38.23 The New Item: Norton 20 71.52 The Linked List: Mata-Toledo, 49, 78.20 Abzug, 21, 82.15 Bernstein, 900, 38.23 Norton, 20, 71.52 The New Item: Tjaden 3 75.78 The Linked List: Mata-Toledo, 49, 78.20 Abzug, 21, 82.15 Bernstein, 900, 38.23 Norton, 20, 71.52 Tjaden, 3, 75.78 The New Item: Adams 75 98.50 The Linked List: 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 The New Item: Lane 35 87.60 The Linked List: 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 Input filename: infile.txt Output filename: out.txt This program has ended normally C:\Documents and Settings\adamses\Desktop\Fall 07 CS 430\SecondPascal\SecondPasc al_wengerwr_out>