A simple Java-based lottery simulation that generates random numbers and checks them against user input or predefined tickets.
- Generate random winning numbers.
- Compare player tickets with draw results.
- Console-based output for results.
- Java JDK 8 or higher.
- Clone the repository:
git clone https://github.com/Azok42/Lottery.git- Compile the source:
javac *.java- Run the application:
java Main