Advertisement
Vexus

P2.5

Oct 16th, 2014
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.49 KB | None | 0 0
  1. package lotteryPrinter;
  2.  
  3. public class Main {
  4.         public static void main(String[] args)
  5.         {
  6.                 System.out.println( “Play this combination—it’ll make you rich!);
  7.                 Random.generator.nextInt(50);
  8.                 Random.generator.nextInt(50);
  9.                 Random.generator.nextInt(50);
  10.                 Random.generator.nextInt(50);
  11.                 Random.generator.nextInt(50);
  12.                 Random.generator.nextInt(50);
  13.  
  14.         }
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement