Guest User

Untitled

a guest
Apr 24th, 2018
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. Random generator = new Random();
  2. Scanner input = new Scanner(System.in);
  3. int Coin = generator.nextInt(2);
  4. int Guess;
Add Comment
Please, Sign In to add comment