Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Throughout the last year home interest rates have drastically increased, causing new mortgage (home) loans payments to increase anywhere between $600 to $800 dollars. Unfortunately,

Throughout the last year home interest rates have drastically increased, causing new mortgage (home) loans payments to increase anywhere between $600 to $800 dollars. Unfortunately, you are a perspective home buyer trying to determine which home best suits your needs based on the lowest monthly mortgage payment.

Your goal is to create an application to allow a user to enter up to 5 different properties. For each property, the user will have to enter an address and cost. Once all the properties have been entered, the application should then prompt the user for the interest rate (between 3.5% and 7%) and the term of the mortgages (15, 25, or 30 years). Only one interest rate and mortgage length will be used throughout all mortgage calculations.

For each address, the application should calculate the monthly mortgage given the below formula.

Monthly Mortgage Formula

((Property Cost + (Property Cost X Interest Rate)) / (Months in Year X Mortgage Duration)

Finally, the application should print out a well-formatted report that includes each address, cost, and monthly mortgage. The report should also identify which property has the lowest monthly mortgage.

OtherRequirements:

  • mustusearrays.
  • Only using JOptionpane

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_2

Step: 3

blur-text-image_3

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

Mobile Communications

Authors: Jochen Schiller

2nd edition

978-0321123817, 321123816, 978-8131724262

More Books

Students also viewed these Programming questions

Question

Solve triangle. 3 a 30 4.

Answered: 1 week ago