Java Lottery game using check boxes. Generate 6 random numbers, each between 0 a
ID: 3584333 • Letter: J
Question
Java Lottery game using check boxes. Generate 6 random numbers, each between 0 and 30 inclusive. Allow the user to choose 6 check boxes to play the game. (do not allow the user to choose more than six boxes) After the player has chosen six numbers, display the randomly selected numbers, the player's numbers, and the amount of money the user has won as follows: 3 matching numbers = $100 4 matches = $10,000 5 = $50,000 6 = $1,000,000 0, 1 or 2 matches = $0 -In addition add a Menu Bar to the program with a "File Menu" -In File Menu add submenu Called "About" -When user clicks "About" menu item display "LOTTERY GAME"Explanation / Answer
http://www.daniweb.com/software-development/java/threads/406957/lottery-games# http://www.dreamincode.net/forums/topic/288433-problem-on-what-to-do-next-with-lottery-game-in-java/