Question: Please create a java program that simulates the conversion from infix to postfix. The program should ask the user if they want to convert or
Please create a java program that simulates the conversion from infix to postfix. The program should ask the user if they want to convert or exit. If the user chooses to convert the program should accept an expression from the user. If exit, the program should confirm if the user wants to exit. The symbol, stack and postfix expression should be put in a string and be printed in a table type. The program should display the process of conversion symbol by symbol, the inputted infix expression and the postfix output. The output should look something like this:
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
