Skip to content

Instantly share code, notes, and snippets.

@relaxnow
Created June 22, 2020 09:20
Show Gist options
  • Save relaxnow/0f62aa6556363306674b397c1986d5e8 to your computer and use it in GitHub Desktop.
Save relaxnow/0f62aa6556363306674b397c1986d5e8 to your computer and use it in GitHub Desktop.
if (val < 0 || val > 19) {
System.out.println("please read the instructions again");
System.exit(0);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment