With your team, convert the numerical expressions (below) from infix notation into postfix notaton using the Shunting Yard Algorithm. Please show the step-by-step process of conversion like the following examples:
1 * ( 2 * ( 3 * ( 4 - 5 ) + 6 ) + 7 )
Step-by-step example processing an input numerical expression:
Please use the procedure I have posted for converting numerical expressions in to postfix notation. Since this is an in-class exercise, please ask me questions if you need any help.
Note: The letters in the numerical expressions below denote integer variable types. Their token attributes are "IDENTIFIER". The percent sign is the token "MODULO".
Please include the names of each member of your team along with "Exercise 5a: Converting numerical expressions from infix to postfix".