###ExpressionEvaluator
Prototype for implementing a expression evalator. The evaluator should be able to read a expression string and output the result.
####Example
Input :
a = 5 b = 3 d = a+ b - a* b / 10
Output :
a = 5 b = 3 d = 9
| Name | Name | Last commit date | ||
|---|---|---|---|---|
###ExpressionEvaluator
Prototype for implementing a expression evalator. The evaluator should be able to read a expression string and output the result.
####Example
Input :
a = 5 b = 3 d = a+ b - a* b / 10
Output :
a = 5 b = 3 d = 9