Question: 3) Write a Fortran program that displays an amortization schedule. The program should read the loan amount, annual interest rate, and the loan term

3) 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: **/irate * payment amount *irate * (1+irate) term ((1+irate)" 1) term
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
