I am attempting to write some code that will open a sequintal file into arrays and will then can use the data to calculate monthly payment.
the text file is as follows
1 5 10 20 50
2.5 4.1 5.3 7.1 8.3
With the top row being yrs
and bottom row being intrest rates.