Infix_postfix 2015

Convert the following infix notation into postfix form:
X + ( Y-Z ) +(( W + E) * F ) / J
= X+ ( Y -Z ) +( ( W + E) * F ) / J
= X + Y Z – + ( W E + * F) / J
= X + Y Z – + W E + F * / J
= X + Y Z – + W E + F * J /
X Y Z – + W E + F * J / +

This entry was posted in infix. Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *