ПомогитеПодскажите,пожалуйста, а что не так?
package com.javarush.task.pro.task05.task0504;
/*
Объединяем массивы
*/
import java.util.Arrays;
public class Solution {
public static int[] firstArray = new int[]{0, 1, 2, 3, 4, 5, 6, 7, 8, 9};
public static int[] secondArray = new int[]{10, 11,