Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.
Postfix RPN Java Program - Help plz
Hey all,
I am trying to create a program to evaluate a postfix expression. For example, if the user inputs a + b, the output would be ab+. I have to use the stack ADT and that pretty much sums up my goals for this program.
Unfortunately! I have no idea where / how to start and my professor doesn't seem to care too much. Could anyone give me some ideas as to how I would go about doing a problem like that?
Thanks all! Any help is much appreciated.
;) It is a help suggestion Google using "Infix to Post fix algorithm". I have got a good result try this your self to implement the program http://scriptasylum.com/tutorials/infix_postfix/algorithms/infix-postfix/index.htm