Infix to postfix 2012

Convert the following infux notation to its postfix form
A (B + C) + (D + E) * F) / G

= A + (BC++DE + *F) / G
=A +(BC+ +DE + F*) /G
= A + BC + DE + F* +/G
= A + BC + DE + F* +G/
= ABC = DE + F* + G/+

This entry was posted in infix. Bookmark the permalink.

Leave a Reply

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