Hi all, i'm stumped
I'm suppose to write a program that evaluates postfix arithmetic expressions using stacks. any ideas how to turn this into something easy even a simple-mind like myself could understand?
The user types numbers in postfix and it is suppose to output the answer. So, it would look like this : 4 5 2 7 + - * = 16
Any help on this would be greatly appreciated!
Thanks.
~ Tarja