This code is probably completely wrong, but that's what I was able to do. Message: "Be sure that the sort(Integer[] array) method correctly sorts the data in an array with an even number of elements." When testing, this is the message of the Exception: Exception in thread "main" java.lang.ClassCastException: [Ljava.lang.Object; cannot be cast to [Ljava.lang.Integer; at com.codegym.task.task26.task2601.Solution.sort(Solution.java:57) at com.codegym.task.task26.task2601.Solution.main(Solution.java:16) Any help?