Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

(Mortgage Calculator) You have clients who need to calculate interest accrued on their mortgage. Write a C# program that should ask for the a) mortgage

(Mortgage Calculator) You have clients who need to calculate interest accrued on their mortgage. Write a C# program that should ask for the a) mortgage amount b) mortgage term i.e., the number of years to pay the loan c) interest rate. It should calculate the total payable interest and add it to the mortgage amount to get the gross amount. Then it should calculate the monthly pay by dividing the gross amount by the number of months. Finally, it should display the monthly payment. The program should use a while statement to input each clients mortgage amount, terms, and interest rate, and calculate and display the monthly interest payable. Process one clients figures at a time.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Pro Android Graphics

Authors: Wallace Jackson

1st Edition

1430257857, 978-1430257851

More Books

Students also viewed these Programming questions

Question

What do you like to do for fun/to relax?

Answered: 1 week ago