Warning: file(data/code/java/Prog3b//archive.txt) [function.file]: failed to open stream: No such file or directory in /home2/skeezene/public_html/soma/app/controllers/items_controller.php on line 36
Infix to Postfix

Infix to Postfix

This program allows you to put in an infix expression, including a variable (which must be x), and a value for the variable to take on, and returns both the postfix form of the expression and the final value. Put the infix expression in the infix field, a number for the variable to take, and press enter. Returned is postfix and value. Note, only integers are allowed in the infix field.