(had to press enter to end program) C:\Documents and Settings\adamses\Desktop\Fall 07 CS 430\SecondPascal\SecondPasc al_willi2mt_input>pa4 CS 430 - Fall 2007 Matthew T. Williams This Application reads in Age, Name, and GPA data for sample students. It stores the data in a linked-list, and performes a merger-sort upon the addition of each node. Sorting progress is displayed on the screen and saved to an output file of your choosing. The data format for the input file is as follows: Student Name (max 20 chars) Age (integer) GPA (real) Input Path: infile.txt Output Path: out.txt Mata-Toledo 49 78.20 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 Norton 20 71.52 Bernstein 900 38.23 Abzug 21 82.15 Mata-Toledo 49 78.20 Tjaden 3 75.78 Norton 20 71.52 Bernstein 900 38.23 Abzug 21 82.15 Adams 75 98.50 Mata-Toledo 49 78.20 Tjaden 3 75.78 Norton 20 71.52 Bernstein 900 38.23 Abzug 21 82.15 Adams 75 98.50 Lane 35 87.60 Mata-Toledo 49 78.20 Tjaden 3 75.78 Norton 20 71.52 Bernstein 900 38.23 Input Path: infile.txt Output Path: out.txt This program has ended normally C:\Documents and Settings\adamses\Desktop\Fall 07 CS 430\SecondPascal\SecondPasc al_willi2mt_input>