Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- for(int i=0;i<sajat.length;i++){
- System.out.println("Adja meg az "+(i+1)+".szamot!");
- sajat[i] = rand.nextInt(90 - 1 + 1) + 1;
- lotto[i] = rand.nextInt(90 - 1 + 1) + 1;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement