A quick look on whats wrong here ? OUTput is correct except for "each value on a new line" QUESTION: How to guide an array to print elements on a new line? its just randomly happens task to task. lol google solutions " list.forEach(System.out::println); " and " for (String element : list) { System.out.println(element);" doesnt work OR i use them wrong way. wanna fix this(i feel its a small mistake haha) and not using copyOfRange thank you