Program 3, Loan Payment.

Short Description:

Write a program that will compute the monthly payment for a simple installment loan.

Goals

When you finish this homework, you should have:

Formal Description

Write a program that will prompt the user for We will assume that the loan will be paid monthly.

To use the formula $a = \frac{P \times i(1+i)^n}{(1+i)^n -1}$ you will need to compute :

For your reference, here is an online version of this program with accompanying formula and explanation.

Additional Notes

Required Files

One Java source code file.

Submission

Submit the assignment to the D2L folder Program 3 by the due date.