Consider the following infix arithmetic expression (8+3) 5-2 +9 a) Show how Algorithm 2 can be applied to evaluate the infix arithmetic expression. Use a table as shown in slides #36 in lecture-08.pdf b) Show how Algorithm 3 can be applied to use stack(s) to convert the infix expression to postfix expression. Use a table as shown in slides #66 in lecture.ppt