An open API service indexing awesome lists of open source software.

https://github.com/seycileli/loan-calculator

Financial application: Compare loans with various interest rates
https://github.com/seycileli/loan-calculator

java loan-calculator

Last synced: 7 months ago
JSON representation

Financial application: Compare loans with various interest rates

Awesome Lists containing this project

README

          

# Loan-Calculator

Financial application: Compare loans with various interest rates

Write a program that lets the user enter the loan amount and loan period in number of years and displays the monthly and total payments for each interest rate starting from 5% to 8%, with an increment of 1/8.

The monthly payment for a given loan pays the principal and the interest. The monthly interest is computed by multiplying the monthly interest rate and the balance (the remaining princi- pal). The principal paid for the month is therefore the monthly payment minus the monthly interest. Write a program that lets the user enter the loan amount number of years, and interest rate and displays the amortization schedule for the
loan.