Can anyone help me in implementing simple java program for evaluation of mathematical expression? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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.

10th Sep 2017, 11:20 AM
shadab gada
2 Answers
10th Sep 2017, 11:29 AM
Zit Zittoun
Zit Zittoun - avatar
+ 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
10th Sep 2017, 12:42 PM
Venkatesh Pitta
Venkatesh Pitta - avatar