Consider the naming convention used in this Java code:
String firstName; String lastName;
Variables should be combined
Does not follow clean code principles
Inconsistent naming convention
Adheres to Java naming conventions