If a method is defined to return a value, then the method must have return statement(s) that return a value of the type used in the method's definition.
Add a return statement at line 9.
Or...