Identify the bad coding practice evident in the code sample by selecting one of the five possibilities.
1) The class name should start with an uppercase letter
2) The method name should start with a lowercase letter
3) The method is missing a return type
4) The method is missing a closing parenthesis
5) The method is missing a semicolon