Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrnirva/0089f663b0daf9b9c421ab9d8f13a0cf to your computer and use it in GitHub Desktop.
Save mrnirva/0089f663b0daf9b9c421ab9d8f13a0cf to your computer and use it in GitHub Desktop.
int minimum = 10;
int maksimum = 25;
int randomSayi = new Random().nextInt((maksimum - minimum ) + 1) + minimum;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment