Question
(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
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started