Reference no: EM1330024
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
Elucidate why not the change in the price of military goods
: Elucidate why not the change in the price of military goods will be reflected in how the United States measures inflation.
|
Explain ebusiness- solution set
: Explain EBusiness- Solution set and identify any ethical, legal, regulatory and social issues that might negatively impact people and organizations and or society
|
Monitoring of employee activity on the computer
: Do you feel a policy restricting employee Internet use is ethically sound and Do you feel that the monitoring of employee activity on the computer is ethically sound
|
Offering writ of certiorari
: The Judiciary Act of 1891 permitted the Court some discretion in their deciding to review decisions of the United Slates Court of Appeals Please review these five cases, select three and decide whether you would have granted a writ of certiorari.
|
Graphical user interface that calculates and displays
: Write down 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.
|
Determining the monthly loan payments
: Tim Smith is shopping for a second hand car. He has found one priced at $4,500. Supposing that Tim accepts the dealer's offer, what will his monthly (end-of-month) payment amount be?
|
Classify the costs as variable or fixed
: Classify each of the costs as variable or fixed. Can you please help me to classify VC or FC and Given the allocated costs at 10% of revenue, calculate the number of workshops that must be offered to break-even.
|
Give any relationship that may exist between the principle
: You are to explore the principles of data abstraction, inheritance and dynamic binding. Use the Library to get started on finding resources. Take each term and describe it.
|
Create a general profile of a community
: Create a general profile of a community. Describe the following - type of people who live in the community, type of work the residents do, how and where members of the community interact (festivals, grocery stores, community events, and so forth)
|