C:\Documents and Settings\adamses\Desktop\Fall 07 CS 430\SecondPascal\SecondPasc al_weidmage_inputfile>pa4 This program reads data from your file, inserts the data in a linked list, and outputs it to your output file and the screen. please enter the name of your inp ut file and hit return infile.txt please enter the name of your output file and hit return out.txt The record just read in is: Mata-Toledo 49 78.20 The list is now: Mata-Toledo 49 78.200000 The record just read in is: Abzug 21 82.15 The list is now: Abzug 21 82.150000 Mata-Toledo 49 78.200000 The record just read in is: Bernstein 900 38.23 The list is now: Abzug 21 82.150000 Mata-Toledo 49 78.200000 Bernstein 900 38.230000 The record just read in is: Norton 20 71.52 The list is now: Abzug 21 82.150000 Mata-Toledo 49 78.200000 Norton 20 71.520000 Bernstein 900 38.230000 The record just read in is: Tjaden 3 75.78 The list is now: Abzug 21 82.150000 Mata-Toledo 49 78.200000 Tjaden 3 75.780000 Norton 20 71.520000 Bernstein 900 38.230000 The record just read in is: Adams 75 98.50 The list is now: Adams 75 98.500000 Abzug 21 82.150000 Mata-Toledo 49 78.200000 Tjaden 3 75.780000 Norton 20 71.520000 Bernstein 900 38.230000 The record just read in is: Lane 35 87.60 The list is now: Adams 75 98.500000 Lane 35 87.600000 Abzug 21 82.150000 Mata-Toledo 49 78.200000 Tjaden 3 75.780000 Norton 20 71.520000 Bernstein 900 38.230000 The input file was: infile.txt The output file was: out.txt The program has ended normally. C:\Documents and Settings\adamses\Desktop\Fall 07 CS 430\SecondPascal\SecondPasc al_weidmage_inputfile>