Hello.
Can anyone have a ready-made method for parsing a calculator line and evaluating an expression?
The input of the function is a string with an expression, and the output is the result
You need only 4 basic actions (+, -, *, /), without brackets and other things.
Thanks a lot in advance!