| Problem: | To create a program that inputs a simple arithmetic expression from
the user, written using postfix notation, and, using stacks, evaluates the
expression written , returning the result to the user. The program should
be able to evaluate addition, subtraction, multiplication, and division. |
| Task: |
|
| Notes: |
|