I want to find my name in an ArrayList of students, then transfer my selection of 50 choices to a new array called myChoices (will later be compared against others for matches). The Student class contains a name and an ArrayList of choices. Here is the relevant loop:I want to find my name in an ArrayList of stude