Represent the expression (((5+3)∗(7−2))/(10−6)) using a binary tree. Write this expression in prefix
notation. Show the steps to evaluate the prefix notation and find the result of this expression. [1 for tree,
2 for prefix notation, 1 for steps, 1 for final result]