C++ Mortgage Payment Calculato

C++ Mortgage Payment Calculato
Please help to create a C++ Mortgage Payment Calculator

Service Request SR-mf-003 Mortgage Payment Calculator:
Organization: McBride Financial Services
Requester: Hugh McBride

Description of Request: Need a program that will calculate mortgage payments.

Background of Request: Agents in the field offices will need to be able to calculate mortgage payment amounts. In the future, we may want to put a mortgage calculator on our Web site.

Expected Results/Impact when completed: A program written in Java (without a graphical user interface) that will calculate and display the monthly payment amount to fully amortize a $200,000.00 loan over a 30 year term at 5.75‰ interest.

Change Request #8
Requestor: Bud Shepherd – Bismarck, ND
Write the program as a procedural C++ program and using a loan amount of $200,000, a term of 30 years, and an interest rate of 5.75%. Insert comments in the program to document the program.
Write a C++ Console Application that calculates a mortgage payment. In the program specify the following fixed amounts:
• Loan Amount: $200,000
• Term: 30 years
• Interest Rate: 5.75%

A monthly mortgage payment can be computed by a applying all the above variables in a monthly payment formula. Research this formula and create a C++ program that performs this calculation.
Requirements:
• Your program should execute without user input.
• It should compute a monthly payment for the above values.
• The specific input amounts should be stored in variables (as opposed to inputting the values as constants into the calculation).
• The calculation used should be clearly expressed in the program comments.
• The final result should output the results to a Windows console.
The program will be graded against the “Programming Assignment Evaluation Rubric”, therefore, it should meet the content, style, and documentation guidelines described in the rubric.
Post the source for your program (the .cpp file) to your Team forum by Saturday for use in the Weekly QC test.

Change Request #9
Requestor: Bud Shepherd – Bismarck, ND
Write the program as a procedural C++ program. Calculate and display the mortgage payment amount using the amount of the mortgage, the term of the mortgage, and the interest rate of the mortgage as input by the user. Allow the user to loop back and enter new data or quit. Insert comments in the program to document the program.

Write a C++ Console Application that calculates a mortgage payment.

Your program should allow the user to input the following values:
• Loan Amount
• Term
• Interest Rate

Requirements:
• Your program should execute with the above user input.
• It should compute a monthly payment for the above values.
• The specific input amounts should be stored in variables.
• The calculation used should be clearly expressed in the program comments.
• The final result should output the results to a Windows console.
• Once the final result is displayed, allow the user to loop back and enter new data or quit.
The program will be graded against the “Programming Assignment Evaluation Rubric”, therefore, it should meet the content, style, and documentation guidelines as described in the rubric.
Post the source for your program (the .cpp file) to your Team forum by Saturday for use in the Weekly QC test.

Change Request #10
Requestor: Bud Shepherd – Bismarck, ND
Write the program as a procedural C++ program. Calculate and display the mortgage payment amount using the amount of the mortgage, the term of the mortgage, and the interest rate of the mortgage as input by the user. Then, list the loan balance and interest paid for each payment over the term of the loan. On longer-term loans, the list will scroll off the screen. Do not allow the list to scroll off the screen, but rather display a partial list and then allow the user to continue the list. Allow the user to loop back and enter new data or quit. Insert comments in the program to document the program.

Write a C++ Console Application that calculates a mortgage payment.
Your program should allow the user to input the following values:
• Loan Amount
• Term
• Interest Rate
Requirements:
• Your program should execute with the above user input.
• It should compute a monthly payment for the above values.
• Your program should include at least one function.
• The calculation used should be clearly expressed in the program comments.
• List the loan balance and interest paid for each payment over the term of the loan.
• On longer-term loans, the list will scroll off the screen. Do not allow the list to scroll off the screen, but rather display a partial list and then allow the user to continue the list.
• Once the final result is displayed, allow the user to loop back and enter new data or quit.
The program will be graded against the “Programming Assignment Evaluation Rubric”, therefore, it should meet the content, style, and documentation guidelines as described in the rubric.

Post the source for your program (the .cpp file) to your Team forum by Saturday for use in the Weekly QC test.

Change Request #11
Requestor: Bud Shepherd – Bismarck, ND
Write the program as a procedural C++ program. Allow the user to input the amount of a mortgage and then select from a menu of mortgage loans:

– 7 year at 5.35%
– 15 year at 5.5%
– 30 year at 5.75%

Use an array for the different loans. Display the mortgage payment amount. Then, list the loan balance and interest paid for each payment over the term of the loan. On longer-term loans, the list will scroll off the screen. Do not allow the list to scroll off the screen, but rather display a partial list and then allow the user to continue the list. Allow the user to loop back and enter new data or quit. Insert comments in the program to document the program.
Your program should allow the user to input the amount of a mortgage and then select from a menu of mortgage loans:
• 7 year at 5.35%
• 15 year at 5.5%
• 30 year at 5.75%
Requirements:
• Your program should include at least one class or struct.
• The calculation used should be clearly expressed in the program comments.
• The program should compute a monthly payment for the selected terms.
• List the loan balance and interest paid for each payment over the term of the loan.
• On longer-term loans, the list will scroll off the screen. Do not allow the list to scroll off the screen, but rather display a partial list and then allow the user to continue the list.
• Once the final result is displayed, allow the user to loop back and enter new data or quit.
The program will be graded against the “Programming Assignment Evaluation Rubric”, therefore, it should meet the content, style, and documentation guidelines as described in the rubric.

Post the source for your program (the .cpp file) to your Team forum by Saturday for use in the Weekly QC test.

Create a table that compares and contrasts writing a program using Java vs. using C++. Your table should be created in a Word document. It should include all pertinent elements related to this comparison
The final table should have enough details that it should help someone decide which language to use to implement a similar project.
Your final table should be such that a manager could use it to decide which of the two languages to use for an upcoming development project. This means that it should focus on issues of how development is in each language, not just the syntax differences. The final table will be on how effectively it accomplishes this task

Leave a Reply

Your email address will not be published. Required fields are marked *