An open API service indexing awesome lists of open source software.

https://github.com/ankman007/mortgage-calculator

Implemented in Java, designed to calculate your monthly mortgage payments & provide a detailed payment schedule for better financial planning.
https://github.com/ankman007/mortgage-calculator

java object-oriented-programming oops-in-java

Last synced: 2 months ago
JSON representation

Implemented in Java, designed to calculate your monthly mortgage payments & provide a detailed payment schedule for better financial planning.

Awesome Lists containing this project

README

        

# Mortgage-Calculator
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.

## Features
* Calculates monthly mortgage payments.
* Generates a payment schedule.

## Getting Started
* 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.