The following postfix expression with single digit operands is evaluated using a stack
8 2 3 ^ / 2 3 * 5 1 * -
(Note that ^ is the exponential operator)
The top two elements of the stack after the first * operator is evaluated are
Create a FREE account and get: