Simple command line postfix calculator. Demonstrates an object-oriented approach to parsing and handling expressions.
Compile with
javac PostfixCLI.java
And run with
java PostfixCLI
Simple command line postfix calculator. Demonstrates an object-oriented approach to parsing and handling expressions.
Java