Topic: Stack Problem / Level: intermediate

Problem: Implement a function to evaluate an arithmetic expression with mixed operators and multiple levels of parentheses using a stack.

Run the code to see the output here...