C:\Documents and Settings\adamses\Desktop\Fall 07 CS 430\SecondPascal\SecondPasc al_ryanla_PA4>pa4 This program reads in an input and output file name and then creates a record wtith the input data and sorts it in ascending order followed by outputing all of the records to the output file specified Enter the input file path: infile.txt Enter the output file path: out.txt The record being inserted: Mata-Toledo 4978.20 The current records in the linked list: Mata-Toledo 49 78.20 The record being inserted: Abzug 2182.15 The current records in the linked list: Mata-Toledo 49 78.20 Abzug 21 82.15 The record being inserted: Bernstein 90038.23 The current records in the linked list: Mata-Toledo 49 78.20 Abzug 21 82.15 Bernstein 900 38.23 The record being inserted: Norton 2071.52 The current records in the linked list: Mata-Toledo 49 78.20 Abzug 21 82.15 Bernstein 900 38.23 Norton 20 71.52 The record being inserted: Tjaden 375.78 The current records in the linked list: Mata-Toledo 49 78.20 Abzug 21 82.15 Bernstein 900 38.23 Norton 20 71.52 Tjaden 3 75.78 The record being inserted: Adams 7598.50 The current records in the linked list: Mata-Toledo 49 78.20 Abzug 21 82.15 Bernstein 900 38.23 Norton 20 71.52 Tjaden 3 75.78 Adams 75 98.50 The record being inserted: Lane 3587.60 The current records in the linked list: Mata-Toledo 49 78.20 Abzug 21 82.15 Bernstein 900 38.23 Norton 20 71.52 Tjaden 3 75.78 Adams 75 98.50 Lane 35 87.60 The input file used was: infile.txt The output file used was; out.txt The program has exited normally C:\Documents and Settings\adamses\Desktop\Fall 07 CS 430\SecondPascal\SecondPasc al_ryanla_PA4>