Sr Mf 003 Change Request #13

Write the program as an object-oriented C++ program that allows the user to input the amount of a mortgage and then select from a menu of mortgage loans:

– 7 year at 5.35%
– 15 year at 5.5%
– 30 year at 5.75%.

Use an array for the different loans. Display the mortgage payment amount. Then, list the loan balance and interest paid for each payment over the term of the loan. On longer term loans, the list will scroll off the screen. Do not allow the list to scroll off the screen, but rather display a partial list and then allow the user to continue the list. Allow the user to loop back and enter a new amount and make a new selection, or quit. Insert comments in the program to document the program.

Leave a Reply

Your email address will not be published. Required fields are marked *