A calculator capable of performing mathematical operations using variables
java 1.14.0
- Ability to define and store variables (using HashMaps)
- Perform calculations involving numbers beyond 'int' limit (using BigIntger)
- Strict error handling mechanism to prevent unwanted termination of program (using Regex)
|--Calculator.java A command line program
|--CalcGui.java A GUI inteface to execute operations