. in the algorithm to evaluate a postfix expression, what does the algorithm do when an operand is encountered? a. pop the operand from the stack b. push the operand onto the stack c. pop the operator from the stack d. push an operator onto the stack