Write a program which simulates a lottery game (6 of 36).
1. The application initially asks the user gives as input 6 numbers (there should be no repetition for numbers).
2. The application will generate 6 random numbers in the range 1 to 36 (there should be no repeat of numbers).
3. The application will compare the numbers of user input and generate numbers (from application) and will show the result (as has shot numbers of users)
Additional information (help): During the development of power will have to use strings (arrays) and cilke (Loops).
(Oblikative) A. Introduction of 6 numbers have to save in a range (int []). Selected numbers should not repeated! This should check during the process of selecting the numbers from the user with! 2. Store random numbers in a range (int []). To generate these numbers using the method Math.random (). Also, this process should you care that the application not generate numbers that are repeated! Documentation: Math (Java Platform SE 6) search method random (). 3. Analyzing the selected numbers and Numan generated, the application should display a message which shows how the numbers have shot occupant (x of 6)! Also encourage you to use as many classes / objects and methods (eg a method to check whether the numbers that are repeated), this is not mandatory, but will facilitate the process of programming!

