int [] array1 = {1,2,3,4,5}
String[]array2 = {A,B,C,D,E}
How would I go about changing the positions of array 1 with user input?