I am having trouble figuring out how to get my inputs to go to the right array list. Here is some of my code:
public class Week01 {
String givenName = null;
String surname = null;
String...