Lab 10

Question 3

Generate an array of 5 random numbers between 1 and 10. Guess a number and this page will tell you how many times that number exists within the array

The number is found time(s) in the array.

Question 4

Generate an array of 5 random numbers between 1 and 10. Display the largest number in the array.

The largest number in the array is

Question 5

Generate an array of 5 random numbers between 1 and 10. Display the mean and sum of the array.

The mean is and the sum is