Assume array1 and array2 are the names of two arrays. To assign the contents of array2 to array1, you would use the following statement:array1 = array2;Group of answer choices