Find the prefix and postfix notation for the
following infix expression:
(a + b – c) * (e / f) – ( g – h/i)
There is a quick way to
convert from one notation to another. You start by inserting all the implicit brackets/parentheses
that determine the order of evaluation, regardless of what notation the
expression is already in. So, taking the expression above and adding these
implicit brackets gives:
...