m2skills

in2pre output

Mar 29th, 2017
10,411
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. Enter the Infix Expression : a+b*c
  2. The converted Expression in Postfix is : +a*bc
  3.  
  4. Enter the Infix Expression : a+b*c/d-e+f
  5. The converted Expression in Postfix is : +-+a/*bcdef
  6.  
  7. Enter the Infix Expression : a+b*c/(d-e)+f
  8. The converted Expression in Postfix is : ++a/*bc-def
Add Comment
Please, Sign In to add comment