Guest User

Untitled

a guest
Jan 22nd, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. import java.util.Random;
  2.  
  3. public class duzyLotek {
  4. public static void main(String[] args) {
  5.  
  6. Random los = new Random();
  7.  
  8. for (int i=1;i<=6;i++){
  9. System.out.println(los.nextInt(49)+1);
  10.  
  11. }
  12. }
  13. }
Add Comment
Please, Sign In to add comment