The Program using 2 techniques to solve the problems First the expression is converted to a postfix using the reverse Polish Algorithm and Stacks ADT The Postfix notation is then evaluated using Vectors Stack ADTs