Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

I need help writing a java program to: 1. To calculate monthly payment 2. To print out monthly payment and total interest payment for the

I need help writing a java program to: 1. To calculate monthly payment 2. To print out monthly payment and total interest payment for the duration of loan rounded to its nearest integer.

A person has taken a loan of $6000.00 for a fixed annual interest rate of 6% for 5 years with no down payment. The monthly payment has been fixed at $116.00 for entire term of the loan. Here is the formula to calculate monthly fixed payment:

P = (monthly rate * Loan amount) / (1 - (1+monthly interest rate)^-n) Here n is no of payment periods. 

If the input is 6000~5~6~0 the output should give $116.00~$960]. If the input is 5000~5~6~0 the output should give $96.66~$800

image text in transcribed

r(PV) 1-(1r)- P= P = Payment PV = Present Value ate per period n = number of periods

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Concepts International Edition

Authors: David M. Kroenke

6th Edition International Edition

0133098222, 978-0133098228

More Books

Students also viewed these Databases questions