Evaluate a short algebraic expression using code with three-operand instructions. The expression should have a minimum of three operands and 2 operators. Operands may be alpha or numeric.
Show the postfix for the expression, and then use a stack to evaluate the expression.