C:\Documents and Settings\Justin\My Documents>firstpascal.exe This program reads data records from the designated input file, puts them in ascending alphabetical order by name, and prints the results to the designated output file while echoing the records to the screen. Please enter the file path for the input file: input.txt Please enter the file path for the output file: output.txt New Record: Fiedler 20 4.00 The contents of the array are: Fiedler 20 4.00 New Record: Baddorek 20 3.90 The contents of the array are: Baddorek 20 3.90 Fiedler 20 4.00 New Record: Bush 19 3.99 The contents of the array are: Baddorek 20 3.90 Bush 19 3.99 Fiedler 20 4.00 New Record: Etzel 21 3.65 The contents of the array are: Baddorek 20 3.90 Bush 19 3.99 Etzel 21 3.65 Fiedler 20 4.00 The input was read from: input.txt The output was written to: output.txt Program complete. C:\Documents and Settings\Justin\My Documents>