C:\Documents and Settings\adamses\Desktop\Fall 07 CS 430\SecondPascal\SecondPasc al_ginsbujp_test>pa4 Hello this program will take in an input file name and output file name. The program will read in data from the input to create Student records. The records then get put into a array in ascending order. The array is outputted everytime a new record is added, and so is the record. Everytime the array is outputted, it also gets put in the output file that was s pecified. Please enter the the filename for the input file: infile.txt Please enter the the filename for the output file: out.txt Newly Created Record Student Name: Mata-Toledo Age: 49 GPA: 78.20 Sorted list after new record has been inserted into the Linked List Student Name: Mata-Toledo Student Age: 49 Student GPA: 78.20 Newly Created Record Student Name: Abzug Age: 21 GPA: 82.15 Sorted list after new record has been inserted into the Linked List Student Name: Abzug Student Age: 21 Student GPA: 82.15 Student Name: Mata-Toledo Student Age: 49 Student GPA: 78.20 Newly Created Record Student Name: Bernstein Age: 900 GPA: 38.23 Sorted list after new record has been inserted into the Linked List Student Name: Abzug Student Age: 21 Student GPA: 82.15 Student Name: Mata-Toledo Student Age: 49 Student GPA: 78.20 Student Name: Bernstein Student Age: 900 Student GPA: 38.23 Newly Created Record Student Name: Norton Age: 20 GPA: 71.52 Sorted list after new record has been inserted into the Linked List Student Name: Abzug Student Age: 21 Student GPA: 82.15 Student Name: Mata-Toledo Student Age: 49 Student GPA: 78.20 Student Name: Norton Student Age: 20 Student GPA: 71.52 Student Name: Bernstein Student Age: 900 Student GPA: 38.23 Newly Created Record Student Name: Tjaden Age: 3 GPA: 75.78 Sorted list after new record has been inserted into the Linked List Student Name: Abzug Student Age: 21 Student GPA: 82.15 Student Name: Mata-Toledo Student Age: 49 Student GPA: 78.20 Student Name: Tjaden Student Age: 3 Student GPA: 75.78 Student Name: Norton Student Age: 20 Student GPA: 71.52 Student Name: Bernstein Student Age: 900 Student GPA: 38.23 Newly Created Record Student Name: Adams Age: 75 GPA: 98.50 Sorted list after new record has been inserted into the Linked List Student Name: Adams Student Age: 75 Student GPA: 98.50 Student Name: Abzug Student Age: 21 Student GPA: 82.15 Student Name: Mata-Toledo Student Age: 49 Student GPA: 78.20 Student Name: Tjaden Student Age: 3 Student GPA: 75.78 Student Name: Norton Student Age: 20 Student GPA: 71.52 Student Name: Bernstein Student Age: 900 Student GPA: 38.23 Newly Created Record Student Name: Lane Age: 35 GPA: 87.60 Sorted list after new record has been inserted into the Linked List Student Name: Adams Student Age: 75 Student GPA: 98.50 Student Name: Lane Student Age: 35 Student GPA: 87.60 Student Name: Abzug Student Age: 21 Student GPA: 82.15 Student Name: Mata-Toledo Student Age: 49 Student GPA: 78.20 Student Name: Tjaden Student Age: 3 Student GPA: 75.78 Student Name: Norton Student Age: 20 Student GPA: 71.52 Student Name: Bernstein Student Age: 900 Student GPA: 38.23 The input file used: infile.txt The output file used: out.txt This program has ended normally C:\Documents and Settings\adamses\Desktop\Fall 07 CS 430\SecondPascal\SecondPasc al_ginsbujp_test>