Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

An implementation of Amortization calculation and Debt to Income Ratio.

License

NotificationsYou must be signed in to change notification settings

Keith-sys/Loan-CLI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A demo program for calculating and evaluating your loan using theamortization in java.

Requirements

The requirements for the project is:

Features

The containing feature are:

  • Calculate the monthly payments of your mortgage
  • Evaluate if it's favorable based on your gross income
  • Calculate the monthly payment of your car loan
  • View the balance sheet of your loan

Build Instructions

Step 1) Build source files

javac -cp "<lombok_path>" src/main/java/org/keith/core/*.java src/main/java/org/keith/menu/*.java src/main/java/org/keith/menu/enums/*.java  src/main/java/org/keith/*.java -d bin

Step 2) Run the program

cd binjava org.keith.Main

Optionally, you can create an executable JAR file:

cd binjar -cmvf ../META-INF/MANIFEST.MF ./loan-cli.jar .java -jar loan-cli.jar

License

This project containsMIT license.

About

An implementation of Amortization calculation and Debt to Income Ratio.

Topics

Resources

License

Stars

Watchers

Forks

Languages


[8]ページ先頭

©2009-2025 Movatter.jp