I am trying to read data from a sequential file into an array. Here we are again at the old mortgage program. I have been doing some searching and can't seem to find the correct syntax to read the data into an array that can later be used.
So the sequential file is
7, 15, 30
5.35, 5.50, 5.75
which is the loan term and rates. If anyone can give me a direction on how to read these into an array from a text file it would be very helpful.
Thanks