/Mortgage-Calculator

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

Primary LanguageJava

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.