Уважаемые разрабы, почему не принимается данный ответ?
package javarushtest;
import java.util.*;
public class JavaRushTest {
public static int[] array = {9, 8, 7, 6, 5, 4, 3, 2, 1};
public static int element = 5;
public static void main(String[] args) {
int[] copyArray = Arrays.copyOf(array, array.length);
Array