An calculator GUI and/or ASCII which can evaluate postfix and infix expressions. Postfix are expressions where operators appear after the operand. Infix expressions are what we say everyday, where ...
A scientific calculator program that gets infix expressions from input, converts them to postfix and prefix notation, and shows the result by evaluating the postfix expression.