This is a Practise project of a simple console application that calculates the monthly payment and total payment of a fixed-term mortgage over a given number of terms at a given interest rate. The user can select the compounding interval (monthly, weekly, daily, continually) and the currency in which they want to receive the monthly payment and total payment.
To get started with this application, clone this repository to your local machine and open the project in your preferred C# development environment.
This application requires the .NET runtime to be installed on your machine. You can download the latest version of .NET from the official .NET website.
To run the application, simply build and run the MortgageCalculator project. The application will prompt you to enter the loan amount, interest rate, number of terms, compounding interval, and currency.
- C# programming language
- NET runtime
Brian Ceasar