Not set
NumberAnalysis
Write a program that simulates a lottery. The program shall have an array of five integers named lottery and should generate a random number in the range of 0 through 9 for each element in the array. The user shall enter five digits, which are stored in Read more…