Jason Hyman's Homepage |
|
EXPRESSION EVALUATORThis is a numerical, infix expression evaluator which obeys the order of operations. Spaces do not matter. This is an extension of an assignment I did for CP SC 102. Updates to the Original AssignmentSupports floating point operands in addition to integer operandsOperators Supported+ - * / ( )Example Input2+32 +3.5 ( 4 - 2.5 / ( -1 ) ) 4*(1/2)*(1/4)-1/6 AppletLast updated: 8/9/2005
|
|
Copyright 2005 Jason Hyman
|
Version 2.0
|