Lottery application written in Java.
Application is a project submission and is already graded. Licensed with MIT License. Developed with IntelliJ IDEA.
Complete with unit tests and Javadoc.
Random numbers are only generated when there is file to load. In the even of duplicate numbers entered, one is discarded and replaced with a random number.
If entered numbers are correct but not entered in the order as the secret numbers, checking fails despite having guessed all 7 numbers.