Use a FOR loop to generate 10 random numbers between 1 and 100. The program should display each random number and then also display the average of all of the random numbers.
Use a FOR loop to generate 10 random numbers between 1 and 100. The program should display each random number and then also display the average of all of the random numbers.