Create an output showing a mortgage table for monies

Assignment Help C/C++ Programming
Reference no: EM132082580

You neede help with a c++ program.You need the output to go to an output file.

You are to create an output showing a Mortgage Table for monies you have borrowed. Given the amount of a mortgage, the rate of interest being charged, the monthly payment, and the amount of tax due on the property (per year), produce a table of principal, interest, tax, payment, and principal left for each month of the mortgage's existence. First you have to calculate the monthly payment amount before producing an ‘Amortization Schedule'. See the earlier assignment (warm up programs).

Below is how to calculate interest values; determining the breakdown of each monthly payment

Even though the monthly payment is fixed, the amount of money paid to interest varies each month. The remaining amount is used to pay off the loan itself. The complicated formula above ensures that after 360 payments, the mortgage balance will be $0.

For the first payment, we already know the total amount is $1,342.05. To determine how much of that goes toward interest, we multiply the remaining balance ($250,000) by the monthly interest rate: 250,000 x 0.416% = $1,041.67. The rest goes toward the mortgage balance ($1,342.05 - $1,041.67 = $300.39). So after the first payment, the remaining amount on the mortgage is $249,699.61 ($250,000 - $300.39 = $249,699.61).

The second payment's breakdown is similar except the mortgage balance has decreased. So the portion of the payment going toward interest is now slightly less: $1,040.42 .... ($249,699.61 * 0.416% = $1,040.42). I would also like a column that shows the ‘taxes' paid each month and that the monthly payment has the taxes added to the monthly mortgage payment. Tax column not shown below.

For your program use the following: the principal is $22,500.00, the interest is 5.37% per year, the tax per year is $350.00, and the number of payments are for 8 years.

You are to produce a table with the appropriate values (the above example plus one column). Make sure you have labels, totals and all the values line up nicely. I like the commas in the big numbers and ‘ signs in the front of each number. All money values are to be shown in dollars and cents.

Reference no: EM132082580

Questions Cloud

Write a program utilizing classes and objects to gather data : Write a program utilizing classes and objects to gather information about a moment in time.
A program that reads from the console and calculate age : Write a program that reads from the console, a person's first name, current age, and a year in the future and then displays the person's name and future age.
Describe the binary search tree : Sequential Search: be able to give a description (NOT code), explain why its runtime is linear, and detail when it can and cannot be used.
A visual basic program to calculate the packing of widgets : Need a Solution to this Visual Basic program to calculate the packing of widgets.
Create an output showing a mortgage table for monies : Create an output showing a Mortgage Table for monies you have borrowed. Given the amount of a mortgage, the rate of interest being charged, the monthly payment.
Write a persuasive speech about office parties : You need to write a persuasive speech about office parties. why and how office parties are needed to be part of positive reinforcement in a work place.
What current issue in american politics : What current issue in American politics would you like to see political protests focus on, and what you think would be the most effective strategy
Write the pseudocode to prepare a true-false quiz : Write an interactive true/false quiz. The program should ask the user three true/false questions about any topic you like.
Vote to change state constitutions : Should the process of amending the U.S. Constitution follow a similarly easy process? Or should amending the U.S. Constitution be made more difficult

Reviews

Write a Review

C/C++ Programming Questions & Answers

  State private portion of class to model the item

In c++ state the private portion of a class to model the given item: a class Date for dates consisting of a month, day and year. a class PhoneNumber for a telephone numbers consisting of area code, local exchange, and number.

  Write a function that returns the largest of five floating

Draw a flowchart that takes 10 integers from a user and checks whether that the numbers are even or odd and displays the result.

  Describe the class structure of c++ programming

Describe the class structure of C++ programming. What are the key contents of classes?

  Declare a pointer to an array of 500 school

In a main() demonstration function, declare a pointer to an array of 500 School objects and include code to handle any memory allocation errors that occur. in a loop, declare 500 array objects at a time, continuing to rewrite the main() functions ..

  Type two numbers from range 20-60

Ask the user to type two numbers from range 20-60. Keep on asking until he types in the range of 20-60. Display the numbers between those two numbers in ascending order.

  Prompt the user to enter two numbers followed by an operator

Prompt the user to enter two numbers followed by an arithmetic operator. Do the specified arithmetic operation and display the result as both an integer and a floating point number, on separate lines.

  Write statements that assign random integers to the variable

Write statements that assign Random integers to the variable n in the following ranges.

  Question 1 create an object oriented application with c

question 1 create an object oriented application with c that computes the area of a rectangle and the area and the

  Number of a balance the number

One way to test if a word w belong to this language is to use a stack to check if the number of a's balance the number of b's. Use the provided header

  Implement a second-order low-pass filter

Implement a second-order low-pass filter using the finite difference method. The finite difference method is a useful mathematical method that is used to numerically solve differential equations.

  Write an application that creates a quiz

Write an application that creates a quiz, which contains at least 5 questions about a hobby, popular music, astronomy, or any other personal interest. Each question can be multiple choice(a,b,c,d should be user accepted response), or true or false(t ..

  What does the following program do

What does the following program do?. Copy the sample program and compile it, then find the results - Submit a report which is more than one page length to explain how the program works and how you can improve it.

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