. "Also include the checks that the string is correct length and contains only digits (using for example Character.isDigit() or trying to parseInt() the String)." . . .