Purchase Solution

Mortgage Program in C++

Not what you're looking for?

Ask Custom Question

Hello ,
I would like this program modified to input the amount of the mortgage, the term (years) of the mortgage, and the interest rate of the mortgage.
1) What the to display the mortgage payment amount.

2) I want to allow the user to loop back and enter new data or quit. *** Any percentage such as 6.35 rate 20 yr loan 200000.
i. The program has to be written in procedural C++.
a. PLEASE HARD CODE INSERTING EXTENSIVE NOTES SO I CAN SEE WHAT EACH FUNCTION
3) Program should include arrays, one or two repetition statements, conditional statements, a non trivial function, formatting out put arrays and calculations.
i. I would like program have a press s to wait 10 seconds and exit stating( This program will close in 10 secs)

4) The program has to be written in procedural C++.
a. PLEASE HARD CODE INSERTING EXTENSIVE NOTES SO I CAN SEE WHAT EACH FUNCTION MEANS.
b. USE Two White Spaces

5) I have attached what three word document and code I want modified.
a. One is a program sample
b. Third is actual out put
c. Code written

Include Extensive Notes With In Source CODE

Purchase this Solution

Purchase this Solution


Free BrainMass Quizzes
Basic UNIX commands

Use this quiz to check your knowledge of a few common UNIX commands. The quiz covers some of the most essential UNIX commands and their basic usage. If you can pass this quiz then you are clearly on your way to becoming an effective UNIX command line user.

Word 2010: Table of Contents

Ever wondered where a Table of Contents in a Word document comes from? Maybe you need a refresher on the topic? This quiz will remind you of the keywords and options used when working with a T.O.C. in Word 2010.

Excel Introductory Quiz

This quiz tests your knowledge of basics of MS-Excel.

Java loops

This quiz checks your knowledge of for and while loops in Java. For and while loops are essential building blocks for all Java programs. Having a solid understanding of these constructs is critical for success in programming Java.

Inserting and deleting in a linked list

This quiz tests your understanding of how to insert and delete elements in a linked list. Understanding of the use of linked lists, and the related performance aspects, is an important fundamental skill of computer science data structures.