DylanF7032 DylanF7032 27-02-2024 Computers and Technology contestada Given the following array definitions double array1[4] = 1.2, 3.2, 4.2, 5.2; double array2[4]; will the following statement work? If not, Why? array2 = array1;