The top code is my Loop for the mortgage program.
The second code is my Array list for the Mortgage program.
Is there a way to combine the 2 to do the following:* Use an array for the different loans. Display the mortgage payment amount for each loan. Then, list the loan balance and interest paid for each payment over the term of the loan. Use loops to prevent lists from scrolling off the screen.*
Or do I scrap the code and create a new one?
Thanks in advance for any suggestions or help.