I am writing a program that implements an rpn type calculator while getting the values for it from a file. I am trying to figure out how I can Evaluate an expression when the operator is retrieved...