Guys, I've tried with and without loop, with and without print / println. Still can't pass the requirements... Please help me out!
...
//printing the Arrays properly
        for (int a = 0; a < 1;a++) {
            System.out.println(Arrays.toString(numbers));
        }
...