Finances calculator for annual and monthly earnings after Irish tax rates have been applied. Written in Java.
-
Make sure that you have installed a JRE (Java Runtime Environment).
-
Make sure your JRE is accessible from every folder (the relevant path is included in the PATH environment variable).
-
Clone the repository.
-
Navigate to the src folder, open it in Command Prompt or another command line interpreter, type:
javac Main.java
and hit enter.
- Then type:
java Main.java
and hit enter.
- Follow the instructions given by the app, entering a salary when prompted to then see the results.