Question: Write a Fortran program that displays an amortization schedule. The program should read the loan amount, annual interest rate, and the loan term in months
Write a Fortran program that displays an amortization schedule. The program should read the loan amount, annual interest rate, and the loan term in months (from a single line). The formula for calculating the monthly payment is: payment = amount * (irate * (1 + irate)^term/((1 + irate)^term - 1)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
