Purchase Solution

C++ Programming - Mortgage

Not what you're looking for?

Ask Custom Question

I want to create a procedural C++ program that calculates and displays the mortgage payment amount that will display mortgage amount, the term of the mortgage, and the interest rate of the mortgage. I would like to use specific variables for the amount, term and interest rate, but hard code them to use: amount = $300,000.00, term = 30 years, and interest rate = 7.75%. I want my output to use the same variables defined above and I want to the mortgage amounts to return dollars and cents. I would also like the calculator to display color segments.

Purchase this Solution

Solution Summary

The expert examines C++ programming mortgages.

Purchase this Solution


Free BrainMass Quizzes
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.

Javscript Basics

Quiz on basics of javascript programming language.

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.

Basic Networking Questions

This quiz consists of some basic networking questions.

C++ Operators

This quiz tests a student's knowledge about C++ operators.