This program is made to ask the user what actors pay they want to see that make over £_ amount in millions. Program reads in from a file of text, then sorts the info into a record. It then asks the user what amount in millions they would like to see, and then the program displays the actors' name, age and income. It then writes into anewly created text file the same output.
This program makes use of:
Records
Standard Algorithms
Reading into and out of text files
Functions.