Calculates and displays the mortgage payment amount

Assignment Help JAVA Programming
Reference no: EM13940879

Write a Java program without a graphical user interface that calculates and displays the mortgage payment amount given the amount of the mortgage, the term of the mortgage, and the interest rate of the mortgage. In this program, hard code the amount = $200,000, the term = 30 years, and the interest rate = 5.95%. Insert comments in the program to document the program.

The following mortgage formula should be used for all the individual assignments.

MonthlyPayment = [MortgageAmount * (1 + MonthlyInterestRate)TotalMonth * MonthlyInterestRate] /

[(1 + MonthlyInterestRate)TotalMonth - 1]

Please note that the number used below is for illustration purpose only. You should refer to the assignment question for mortgage detail.

Suppose you take out a 30 year mortgage for $100,000 at 7% interest, and want to know the monthly payments. To do that, you divide the interest rate by 12 to get (.07/12) = .00583; and multiply 30 x 12 = 360 to get the number of payments. Then the formula gives you:

payment = [$100,000 * (1 + .00583)360 * .00583] / [(1 + .00583)360 - 1]

= $665

$2.19 Add Solution to Cart

Reference no: EM13940879

Questions Cloud

Generate an amortization schedule : The applet input will be the loan amount, annual percentage rate (APR), and the number of years to pay out the loan. The output will be the loan amount, interest rate per pay period number of pay periods and the monthly payment
What is the incremental income : What is the incremental income (loss) associated with accepting the special order?
Determine the angular velocity of the connecting rod : The point C on the connecting rod is 200 mm from the crankpin at A. At the position shown determine the velocity of the piston, the velocity of the point C and the angular velocity of the connecting rod.
Explain the value of narratives or storytelling : Explain the value of narratives or storytelling. Why might communicating a lesson in story format (oral or written form) be different than providing a set of rules to follow?
Calculates and displays the mortgage payment amount : Write a Java program without a graphical user interface that calculates and displays the mortgage payment amount given the amount of the mortgage, the term of the mortgage, and the interest rate of the mortgage. In this program, hard code the amou..
Form of new products or services : In this task you are required to identify new marketing opportunities for Super Cycles in the form of new products or services not currently offered by Super Cycles.
Purchase a currency option to purchase : Today's date is 1st December 2011. Reynolds Manufacturing has just imported $500,000 of Raw materials from an American company with payment due in three months time. The board are concerned about the adverse economic news relating to the UK econom..
What are the benefits of using the bean-style accessor : Add a constructor to your preferred version, that takes two String parameters and initializes first and last.
Determine the velocity of the piston : At the instant shown, determine the velocity of the piston, the velocity of the point C and the angular velocity of the connecting rod.

Reviews

Write a Review

JAVA Programming Questions & Answers

  Create a class for services offered by a hair-styling salon

Create a class for services offered by a hair-styling salon. Data fields include a String to hold the service description and write an application named Salon Report that contains an array to hold six Service objects and fill it with the data

  Design a java program that simulates a slot machine

Instead of displaying images, the program will randomly select a word from the following list: Cherries, Oranges, Plums, Bars, and Bells. The program will select and display a word from this list three times.

  What makes a program easy to modify

Describe the order of magnitude of the code section using Big(O) notation and Explain the relationship between dynamic storage allocation and recursion.

  Socket programming modify the translate program and

socket programming modify the translate program and dictionary program. modify the programs to handle multiple user

  Why do i not create a constructor for an applet

When should one use applets and when should one use servlets? Why do I not create a constructor for an applet? Why doesn't appletviewer appletclass.class work?

  Concept of java socket programming

Designed to asses learning outcomes and write programs that would communicate with another program running in the network

  How are data structures managed and organized in language

How are data structures managed and organized in this language. How does the management or syntax of data structures in this language differ from how data structures are handled in other language

  You will need a bottomuptwothreefourtree class with a

you will need a bottomuptwothreefourtree class with a bottomuptwothreetreefourtree constructor which takes no

  Finding java code error

Indicate in the given code segment if an error occurs. If so, point to whether it is syntax, runtime or logic and how you would fix it.

  Javas drawing capabilities

This week, we will be learning to use some of Java's drawing capabilities. The Graphics class provides methods for drawing many different shapes, using different colors, and for drawing strings using different fonts.

  Explain how to declare and manipulate data in arrays

Please respond to all of the following prompts: Explain how to declare and manipulate data in arrays. Explain the meaning of "array index out of bounds".

  Prompt the user for a series of numbers

Prompt the user for a series of numbers that may be either a binary number or a decimal number.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd