![]() |
Loan Payment Calculator
I need to make a Car Loan Payment calculator where the user enters the price of the car, the current interest rate, the number of months the vehicle will be financed for and clicks Calculate. I am assuming the user enters valid informatino
Specifications: Code:
· Code a private method named calculateTotalInterest that calculates the total interest paid on the car and returns it as a decimal value. Monthly interest is calculated as (Price * Interest Rate) / 12. This method should accept the following arguments: |
Re: Loan Payment Calculator
So what problem are you exactly facing ?
|
| All times are GMT +5.5. The time now is 02:07. |