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 an integer array named user. The program is to compare the corresponding elements in the two arrays and...
Read More