The compiler wants the method to return a value for all cases when the if condition is true AND when it is false. The posted code does not return a value when the if condition is false. Add a...