>>1003729Postfix notation is something different that computers understand
you need to convert infix to postfix and then to evaluate you have to follow an algorithm again and make a table and shit although you could solve it by using your head but the solution requires a table where you have to show your steps whether you pop a result or push a value in your stack etc.