A tool which allows users to find the optimum distribution of payments across multiple loans and investments to maximize overall net worth.
Users can enter as many loans or investments as needed. The program then makes minimum payments on each loan, then distributes the remaining funds to the accounts with the highest interest rates.
The project requires JDK version 11 or above.
The project uses Maven dependencies. Please ensure that Maven is installed on your computer or is supported by your IDE.
To start, clone the repository and run Main.java with no arguments.