NEED SOME HELP

11/02/2016 18:04 cocoxixi56#1
Hi all, some one can help to program on java, a method that can calculate any mathematic expression like "* (floor (exp
(log (2.356))))(-5.003)
"?? yes, the "*" goes before the numbers etc...

Need to resolve this problem using just Strings or While's or Switch's... It need to calculate any type of expression. (sin, cos, log, e^, *,+,-,/).

Thanks, and sorry for my bad english ahahahah
11/03/2016 09:16 Devsome#2
Hello @[Only registered and activated users can see links. Click Here To Register...] do you have any beginning or tries ?
We can't help you without any code
11/04/2016 14:01 cocoxixi56#3
Quote:
Originally Posted by Devsome View Post
Hello @[Only registered and activated users can see links. Click Here To Register...] do you have any beginning or tries ?
We can't help you without any code
I already tryed but It doesnt work and I don't know why...

Here is the file with the code...

The code is in "CalculatorFail" and I tested on "mainTest"...