Skip to content

Instantly share code, notes, and snippets.

@mochadwi
Created June 22, 2021 16:05
Show Gist options
  • Save mochadwi/c5a659932558d76529b91f66259e0b8a to your computer and use it in GitHub Desktop.
Save mochadwi/c5a659932558d76529b91f66259e0b8a to your computer and use it in GitHub Desktop.
List<Integer> integers = Arrays.asList(3, 9, 7, 6, 10, 20); integers.forEach(i -> System.out.println(50 / i));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment