CS1500
Algorithms and Data Structures for Engineering, FALL 2012
LAB 1 Mortgage Payment Calculator
Implement a fixed-rate mortgage calculator, based on formula described here. Your program should read as input:
- The loan amount (principal)
- The total number of monthly payments
- The fixed interest rate
- The annual property tax
- The annual property insurance
The program should calculate and output the monthly payment.