Write a method that checks whether an arithmetic expression is valid. The expression
is made up of three strings. The first and third string should be a valid integer.
The second string should be an operator ("+"
, "-"
, "*"
, or "/"
). There should be no exception when the expression is evaluated.