This simple mortgage calculator implemented in Java, allows users to calculate monthly mortgage payments and view a payment schedule. The program takes input for principal, annual interest rate, and the loan period in years.
- Calculates monthly mortgage payments.
- Generates a payment schedule.
- Clone the repository or copy the provided Java code.
- Open the code in a Java development environment (IDE) of your choice.
- Build and run the program.