C:\Documents and Settings\adamses\Desktop\Fall 07 CS 430\SecondPascal\SecondPasc al_bushsm_output>pa4 This program will take a series of records about students from a specified input file, put them in order, print them to the screen as well as to a specified output file. This program assumes you have more than one student record in the input file. To start, please enter the name of the input file: infile.txt Please enter the name of the output file: out.txt The program will now read in records from the input file, and order them in the linked list. Student record created. Mata-Toledo 49 78.2 The linked list now looks like this: Mata-Toledo 49 78.2 Student record created. Abzug 21 82.2 The linked list now looks like this: Mata-Toledo 49 78.2 Runtime error 216 at $004019E7 $004019E7 $00401C7E C:\Documents and Settings\adamses\Desktop\Fall 07 CS 430\SecondPascal\SecondPasc al_bushsm_output>pa4 This program will take a series of records about students from a specified input file, put them in order, print them to the screen as well as to a specified output file. This program assumes you have more than one student record in the input file. To start, please enter the name of the input file: infile2.txt Please enter the name of the output file: out.txt The program will now read in records from the input file, and order them in the linked list. Student record created. Mata-Toledo 49 78.2 The linked list now looks like this: Mata-Toledo 49 78.2 Student record created. Abzug 21 82.2 The linked list now looks like this: Mata-Toledo 49 78.2 Runtime error 216 at $004019E7 $004019E7 $00401C7E C:\Documents and Settings\adamses\Desktop\Fall 07 CS 430\SecondPascal\SecondPasc al_bushsm_output>