Topic: Stack Problem / Level: intermediate

Problem: Implement a function to evaluate an arithmetic expression in infix notation using a stack with support for exponentiation.

Run the code to see the output here...