It is necessary to create a method that outputs an array, I have an incomprehensible set of characters -[I@4554617c
public static void main(String[] args) { int arr[] = new int[] {15,3,21,11}; System.out.println(task4(arr)); } public static int[] task4(int arr[]){ return arr ; }