Model answer
Scan left to right: output operands, push '(', and for an operator pop higher-precedence operators (also equal precedence for left-associative operators) before pushing it. On ')', pop until '('; finally pop all remaining operators.
Use the key terms, then explain the reasoning.