- Handles basic operations like: addition, subtraction, multiplication, and division
- Handles invalid input, including division by zero
- Can use repeated until exit
- Have Java installed - JDK 25
- In terminal, cd into the directory where Calculator.java is located
- In terminal type - 'javac Calculator.java' to compile
- In terminal type - 'java Calculator'
- Program should run in your terminal window
- This was my first project that I have done outside of my university studies
- Simple but effective project to upload to GitHub
- Had a lot of fun, love for coding increases with each project, no matter how small
- Will improve this app in the future by adding more operations, and potentially a GUI version