Question: Make sure to use Visual studio, be precise with the codes, add comments, use C++ Assignment # 3 is due on Nov. 10. Write a
Assignment # 3 is due on Nov. 10. Write a program that uses C++ STL stacks to evaluate a postfix expression. The program should evaluate the binary operators (*, -, and %). The program should read an expression in postfix notation. The program should contain a while loop to allow the user to evaluate as many postfix expressions as needed. Use these expressions to test your program after converting them to postfix notation You may assume that the user will enter only single digit numbers (2+3) 5-1-20 2 (3 5)-1 16
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
