7 PM – Intro to Java – Roland
Today We Did Warm-Up Review While Loop Problem For Loop & Lists Problem Random (Feel free to explore the documentation here!: https://docs.oracle.com/javase/8/docs/api/java/util/Random.html) Random r = new Random(); r.nextInt(lower_bound, upper_bound) or r.nextInt(upper_bound) Arrays.asList(...);Read More...