Infix to postfix 2013

convert the following infix notation to its postfix form
E * (F / (G – H) * I) + J

= E *(F / GH – *I) + J
= E * FGH – / * + J
= EFGH – / I * * J +

This entry was posted in infix. Bookmark the permalink.

Leave a Reply

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