With your team, convert the Boolean 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 example:
( i > 1 ) && ! ( j > 6 )
Step-by-step example processing an input Boolean expression:
Please use the procedure I have posted for Boolean expressions. Since this is an in-class exercise, please ask me questions if you need any help.
Note: You may safely presume the variables below are appropriate types (integer or Boolean) and can properly evaluate to a Boolean expression. The token attributes for all variables is "IDENTIFIER".
Please include the names of each member on your team along with "Exercise 5b: Converting Boolean expressions from infix to postfix".