Hi,
I am trying to convert infix notation to postfix notation, so far i have been quite successfull but in order to move on to the next part of the program (RPN calculator) i need to take all the elements in the Array list i have of all the operators and operands (in the right order) and concatinate them to form a string and i am finding it fairly difficult if anyone can shed any light on how this can be done i would be very greatfull
thanks
Jon
I am trying to convert infix notation to postfix notation, so far i have been quite successfull but in order to move on to the next part of the program (RPN calculator) i need to take all the elements in the Array list i have of all the operators and operands (in the right order) and concatinate them to form a string and i am finding it fairly difficult if anyone can shed any light on how this can be done i would be very greatfull
thanks
Jon
Comment