4 Counter Controlled Loop

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.

Scroll to Top