I am making an algorithm to convert infix to postfix in java. But for now I already encountered a problem as it doesnt store to the RPN stack.
The code:
//