I have to write pseudocode that will read in a data file. The first 20 records in the file contain a tax code with a tax rate assigned to that code. The other files are customers, with each record containing the customer name, payment due, and tax code. I have to output the customer name, payment due with added tax rate, and tax rate.