Basics ♣ Loops
Enhanced For Loop, index not needed ForEach, loop over a Collection for (int no : N) N.forEach(x -> System.out.println(x))
b1
Enhanced For Loop, index not needed ForEach, loop over a Collection for (int no : N) N.forEach(x -> System.out.println(x))