RPN -- The Reverse Polish Calculator ==================================== Numbers are pushed on the stack, operations work on the top elements of the stack. Supported operations are: + Addition - Subtraction * Multiplication / Division c Change the sign of the top element . Print the top element < Swap the top two elements d Drop the top element C Clear the stack