Question: For the arithmetic expressions below, draw a binary tree that represents the expression, and then use tree traversals to find the equivalent prefix and postfix expressions.
a. (A-B)-C
b. A/ (B-(C-(D-(E-F))))
c. ((A*(B+C))/(D-(E+F)))*(G/(H/(I*J)))