A Java-based calculator made with VSCode with features including history tracking, memory functions, and a colorful terminal interface.
- ✅ Basic arithmetic operations (+, -, *, /)
- ✅ Advanced operations (%, ^, sqrt)
- ✅ Calculation history tracking
- ✅ Memory storage and recall
- ✅ Colorful terminal UI
- ✅ Constants support (pi, e)
- ✅ Previous result recall
javac calculator.java
java calculator