Sponsored
Use these hints if you're stuck. Try solving on your own first.
Convert infix expression to postfix expression.
Build an expression tree from the postfix expression.
Solve with full IDE support and test cases