Java Practice Assignment 1 – Lottery Number Generator
This is a practice assignment that will help you to better understand how to program with Java. This practice assignment will simulate a lottery, where you will have to randomly generate 6 numbers and also take 6 numbers as input. Then the randomly generated numbers will be compared against the 6 numbers that were taken as input, and the matching numbers should be displayed in the console.
Leave a Reply