Create a method that will parse a string that contains a simple mathematical expression, and return the numerical value of that expression.   The method should be called simpleCalc and it should be written in your Mathematics class.  It should take a String and return the value as an int.  (Java)

Solved
Show answers

Ask an AI advisor a question