m2skills

in2post output

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