Question: Python Assignment Write a program called mortgageCalculator.py. Create a mortgage calculator. It should calculate mortgage payments and total mortgage cost. Users will enter the following:
Python Assignment
Write a program called mortgageCalculator.py. Create a mortgage calculator. It should calculate
mortgage payments and total mortgage cost.
Users will enter the following:
The amount of money borrowed (principal)
The duration of the loan in years (years)
The annual percentage rate for the loan (apr)
The number of payments made so far (paidPayments)
The program will calculate:
Total number of payments (totalPayments)
Monthly payment amount (payment)
Total cost for the loan (totalCost)
Total interest (totalInterest)
Outstanding principal (outstanding)
Amount paid so far (paid)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
