Hello, I need some help with this program. I did the monthly loan calculation but I don't know how to do the part where it says
1). the interest rate go from 5% to 8%, with an increment of 1/8.
2). Display the table?
This is the first I'm using C++ and I'm learning.
Any suggestion/ideas are more than welcome! Thanks in advance!
Write a program that lets the user enter loan amount and loan period in number of years and display the monthly and total payments for each interest rate from 5% to 8%, with an increment of 1/8.
If you enter the loan amount 10,000 for five years, it will display a table as follows: