Search:

Type: Posts; User: Norm

Search: Search took 0.17 seconds.

  1. [SOLVED] Re: need help converting from infix to postfix notation

    Also posted at need help converting from infix to postfix notation
  2. [SOLVED] Re: need help converting from infix to postfix notation

    with a simple expression like 1 + 2 $
    What does the code output now?
    What should it output?

    For easier testing change the code to:

    Scanner in = new Scanner("1 + 2 $");

    I don't see any...
  3. [SOLVED] Re: need help converting from infix to postfix notation

    Sorry, I can't do anything without a version that compiles, executes and shows the problems.
  4. [SOLVED] Re: need help converting from infix to postfix notation

    Do you have an algorithm/design for what you are trying to do? What are the steps in the algorithm that you are having problems coding.

    Can you post the program's output and explain what is wrong...
Results 1 to 4 of 4