Search:

Type: Posts; User: Cluelesscoder

Search: Search took 0.10 seconds.

  1. Replies
    4
    Views
    1,836

    Re: Reverse Polish Notation

    Okay, so I've been working on the code and I realized a huge problem is that sign and myStack aren't taking in the values properly. Can someone please fix it. Write a short code that let's sign and...
  2. Replies
    4
    Views
    1,836

    Re: Reverse Polish Notation

    It's supposed to solve math problems postfix. So if I input 9 5 -, it'll return 4. If i input 8 4 7 + -, it'll return -3. There aren't any exceptions, not that I know of. It's just not working with...
  3. Replies
    4
    Views
    1,836

    [Help]Reverse Polish Notation

    Hello, I've been working on this for weeks now and I'm still not getting it. It works fine with two numbers but any more than that and it'll crash or return the wrong value. Please check my code and...
Results 1 to 3 of 3