Search:

Type: Posts; User: helloworld922

Search: Search took 0.17 seconds.

  1. [SOLVED] Re: Using Stack Data Type to Solve an Infix Expression

    In Eclipse you can define how the auto-formatter works (I don't use the standard format). I can see a few places in your code where your formatting is inconsistent (unless that's really what your...
  2. [SOLVED] Re: Using Stack Data Type to Solve an Infix Expression

    It's not mismatched persay, but it's in the wrong place.

    In your evalz method you have that piece of code that's intended to iterate through tokens of the expression, but instead of having the...
  3. [SOLVED] Re: Using Stack Data Type to Solve an Infix Expression

    while(console.hasNext( )) {

    }


    You have a mismatched bracket so your program gets stuck in an infinite loop.
Results 1 to 3 of 3