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
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.
|