Create an application that simulates a lottery. The application should have an array of five integers and should generate a random number in the range 0 through 9 for each element in the array. The array is permitted to contain duplicate values. The user should then enter five digits, which the application will compare to the numbers in the array. A form should be displayed showing how many of the digits matched. If all of the digits match, display a form proclaiming the user as a grand prize winner.