Hello, I am trying to pass a string that represents a postfix expression. The method that accepts it should take each number and place it on the stack. When it encounters an operator, it should pop the top two numbers and evaluate them with the operator. This is the expression. "abc+-" a=7, b=3, c=12 So it applies "+" to c and b, then it subtracts (c + b) from a. I have made the string into a string array in my program, but I think the idea is to pass the expression as a regular string as I have it above. Thanks!
If you would like to use that program, you'll need this one, too.
Doug Wolfinger
Greenhorn
Joined: Jul 27, 2002
Posts: 18
posted
0
My bad. I've copied this to the Intermediate forum.
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.