C:\Users\Phil Aesheeo\Desktop>pa42 *********************************************** PA4 û Sorting Linked List in Pascal using files *********************************************** What is the input file you wish to use? (In the current working directory) in.txt What is the output file you wish to use? (In the current working directory) out.txt Input from file was: whited-21- 3.50 Insertion Sorted Linked List: whited-21- 3.50 Input from file was: bills-21- 2.00 Insertion Sorted Linked List: whited-21- 3.50 bills-21- 2.00 Input from file was: james-20- 2.50 Insertion Sorted Linked List: whited-21- 3.50 bills-21- 2.00 Input from file was: jones-20- 1.00 Insertion Sorted Linked List: whited-21- 3.50 bills-21- 2.00 jones-20- 1.00 Input from file was: scott-24- 1.50 Insertion Sorted Linked List: whited-21- 3.50 bills-21- 2.00 scott-24- 1.50 jones-20- 1.00 Input from file was: cowboy-19- 4.00 Insertion Sorted Linked List: cowboy-19- 4.00 whited-21- 3.50 bills-21- 2.00 scott-24- 1.50 jones-20- 1.00 The program ended correctly, completely, and is done. Your Input File: in.txt. Your Output File: out.txt. C:\Users\Phil Aesheeo\Desktop>