But I don't know how to edit objects of the class based on the input from the user. Or if that is even possible. Yes it's possible. You're already doing it for firstname and lastname. From what you've ...
Classes and objects in Java must be initialized before they are used. You’ve previously learned that class fields are initialized to default values when classes are loaded, and that objects are ...