Your program should first save 10 random numbers from 1-100 to an array called aray Create a second array which will hold 10 integers called Array2 also from 1-100 Now that you have the two arrays, display the contents of both neatly on the screen Making sure to display data neatly for the user, your "game" will be to see who You will compare the first element of array1 with the first element in array and through all the elements and output the values and the winner for each round winner is and what were the final scores for array1 and array2.