ok so the variable current
is an operator ( +-*/%)
and t1 = stack.pop()
is a number in String formation
t2 = stack.pop()
is a number in String formation also
I need to carry out the mathematical operation t2 current t1
(t2 "operator" t1, basically)
How would you go about this. Thanks in advance!