Average of random numbers

This assignment tests your ability to use non-toolbox classes like Random.

Write a program that generates random integers between 100 and 200. The program should display each number as it is generated, a count of the number of numbers generated, a running total of all the numbers, and the average of all the numbers.

If the program is working properly, the average should converge on 150.

Turn in a screen shot with at least 100 clicks and a listing of your program.