- Notifications
You must be signed in to change notification settings - Fork0
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
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A demo program for calculating and evaluating your loan using theamortization in java.
The requirements for the project is:
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
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
This project containsMIT license.
About
An implementation of Amortization calculation and Debt to Income Ratio.
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Uh oh!
There was an error while loading.Please reload this page.