Search:

Type: Posts; User: kenster421

Search: Search took 0.08 seconds.

  1. Replies
    6
    Views
    1,614

    Re: RPN Help Please! (Order of Operations)

    I think the best thing you can do at this point is put aside the code you have already completed and start over. This time, follow the advice and create a plan before you attempt to tackle this...
  2. Replies
    6
    Views
    1,614

    Re: RPN Help Please! (Order of Operations)

    According to your code you are using a stack for the numbers: (first in, last out)


    But when you parse through the operators, you start from the beginning:

    The switch statement should be...
Results 1 to 2 of 2