Welcome to the Java Financial Calculators repository! This collection of Java programs is designed to assist you with various financial calculations. Explore the different branches to discover specialized calculators.
-
Rental Yield Calculator: Branch -
rental-yield-calculator- Calculate the potential return on investment for a property.
-
Mortgage Calculator (OOP): Branch -
mortgage-calculator- Calculate mortgage payments using an object-oriented approach.
-
Mortgage Calculator (Procedural): Branch -
mortgage-calculator-procedural- Calculate mortgage payments using a procedural programming approach.
Feel free to switch between branches to explore different implementations and functionalities!
git clone https://github.com/abdulbasit-dev/java-financial-calculators.git-
Rental Yield Calculator:
git checkout rental-yield-calculator
-
Mortgage Calculator (OOP):
git checkout mortgage-calculator
-
Mortgage Calculator (Procedural):
git checkout mortgage-calculator-procedural
Navigate to the respective branch directory and run the Java programs using:
javac Main.java
java MainFollow the on-screen prompts to input the required information and get your calculations!
Feel free to contribute to the project by submitting issues or creating pull requests. Your feedback and suggestions are always welcome!
This project is licensed under the MIT License - see the LICENSE file for details.