I'm using the Scanner class and need help in setting up get and set methods for where the program asks the user to enter a first name and a last name as String type.( 2 methods, 1 for first, 1 for last) I need to know how to store the names because...
I am creating a client of the first class and need to call the methods in order to display what the user inputted at the end of the program.
How do you type code for this?
Any help is appreciated.