You are on page 1of 1

Using Threads develop a program that simulates the lotto. With the following specifications.

Range of possible numbers. 1 - 49


Numbers to be selected. 7

The program must accept a selection of 7 numbers from a user. To conduct a draw the program uses
7 threads to randomly generate the numbers and store them in an arraylist.
The program should then give the user the results of the draw after comparing the results of the
draw to the user selection.

You might also like