Lol noob

import java.util.*; public class GeneralizationsD { public static void main (String[] args) { ArrayList<String> noobs = new ArrayList<String>(); noobs.add("Niclas"); noobs.add("Chiara"); noobs.add("Michiel"); for (String noob : noobs) { System.out.println(noobs); } } }

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.