sahands / postfix-calculator

Simple command line postfix calculator. Demonstrates an object-oriented approach to parsing and handling expressions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

postfix-calculator

Simple command line postfix calculator. Demonstrates an object-oriented approach to parsing and handling expressions.

Compiling and running

Compile with

javac PostfixCLI.java

And run with

java PostfixCLI

About

Simple command line postfix calculator. Demonstrates an object-oriented approach to parsing and handling expressions.


Languages

Language:Java 100.0%