forshee4477 forshee4477 09-12-2022 Engineering contestada 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