五、Stack and Expression: The following is an infix form of the
expression:
(A/B*C+D)+E/(F/(G-H))
Please use the stack method to transform it to the postfix one. You
must list the contents of the stack as each operator and operand are
read. (10 Points)