Developed as a classroom exercise in C# object-oriented programming. Last updated July 2025
See original writeup on ComeauSoftware.com. https://www.comeausoftware.com/uncategorized/calculating-mortgage-payments-csharp/
Refactored code to remove duplication. Resolved problems with savings calculations. Replaced double type with decimal to ensure greater accuracy in calculations.