Created an expression tree to store arithmetic expressions.
- Can store a given arithmetic expression in an Expression tree.
- Can convert the Expression tree to Postfix and Infix form as a string as well as solve the expression.
- Can calculate the Geometric mean of a given set of numbers
- Can return a reciprocal expression of a given expression
- Can retrieve the variables in an Expression tree