Topic: Stack Problem / Level: intermediate

Problem: Design a function to evaluate an arithmetic expression in prefix notation using a stack.

Run the code to see the output here...