+ 4
Can anyone help me in implementing simple java program for evaluation of mathematical expression?
for example if we take 2-5*4/2 as a input string, we should get a result of above expression at output.
2 ответов
+ 2
i think you can find an answer here :
https://stackoverflow.com/questions/935175/convert-string-to-code
+ 1
goto Google
look up ruslan spivak let us build a simple interpreter in Python. yes, Python.
read through the ten or so posts
when you understand enough of it, use it as a specification to write an interpreter using Java
best wishes