3^2+6*(8-3)-2^3
Construct the binary expression tree for this expression using the usual order of operations. Carry out a post order traversal of the tree you constructed in part (a): show 2 intermediate steps. Evaluate the post-fix expression obtained in part b show 2 intermediate steps.