December 5, 201510 yr String[] b0aty = { "biblical", "mate", "slayed", "slime" , "mammoth", "you're terrible at runescape"}; boolean streaming = true; while (streaming) { int index = Math.random() * b0aty.length ; System.out.println(b0aty[index]); }
Create an account or sign in to comment