C:\Documents and Settings\adamses\Desktop\Fall 07 CS 430\SecondPascal\SecondPasc al_frazieje_in>pa4 Programming Assignment 4 - Second PASCAL This program will read in student name, age, and GPA from a file. Student data will then be placed in a record for each student. These records will then be inserted into a linked list. The linked list will be sorted into descending order at all times. The output for this program will be written to a file as well. Enter the location of the input file: infile.txt Enter the location of the output file: out.txt Record Created: Mata-Toledo 49 78.20 ---Current Array Data--- Mata-Toledo 49 78.20 Record Created: Abzug 21 82.15 ---Current Array Data--- Abzug 21 82.15 Mata-Toledo 49 78.20 Record Created: Bernstein 900 38.23 ---Current Array Data--- Abzug 21 82.15 Mata-Toledo 49 78.20 Bernstein 900 38.23 Record Created: Norton 20 71.52 ---Current Array Data--- Abzug 21 82.15 Mata-Toledo 49 78.20 Norton 20 71.52 Bernstein 900 38.23 Record Created: Tjaden 3 75.78 ---Current Array Data--- Abzug 21 82.15 Mata-Toledo 49 78.20 Tjaden 3 75.78 Norton 20 71.52 Bernstein 900 38.23 Record Created: Adams 75 98.50 ---Current Array Data--- Adams 75 98.50 Abzug 21 82.15 Mata-Toledo 49 78.20 Tjaden 3 75.78 Norton 20 71.52 Bernstein 900 38.23 Record Created: Lane 35 87.60 ---Current Array Data--- Adams 75 98.50 Lane 35 87.60 Abzug 21 82.15 Mata-Toledo 49 78.20 Tjaden 3 75.78 Norton 20 71.52 Bernstein 900 38.23 Input source file: infile.txt Output file: out.txt Main Execution complete. C:\Documents and Settings\adamses\Desktop\Fall 07 CS 430\SecondPascal\SecondPasc al_frazieje_in>