Problem
Make a program in C++ that converts infix arithmetic expression to a postfix expression using Shunting Yard algorithm and Stacks. This program must read the infix expressions from a text file, and it assumes that the expressions are all correct. Make sure that the program is well structured and please include a screenshot of it working.