Topic: Stack Problem / Level: intermediate

Problem: Create a function to convert an arithmetic expression in infix notation to prefix notation using a stack.

Run the code to see the output here...