8

successful = false;
return successful;

Comments
  • 0
    @alwaysmpe in java you don't use underscores, we use camel case. So it would be isSuccessful
Add Comment