Simple calculator written in Java.
I have no experience with Java, managed to create a basic calculator.
The operators that can be used currently are:
- Addition ( + )
- Subtraction ( - )
- Multiplication ( * )
- Division ( / )
A calculation is made by input of one operator and two separate numbers through the terminal.