Could some do the following:

Make a program that will allow the user to enter up to ten digits and then average them. The numbers entered can have more than one digit and can have only one decimal point.

Requirements:

1.Use a procedure in a standard module to display the digit on the screen.

2. Use a constant for the upper limit of the array.

3.The user should not be allowed to store more than 10 numbers.

4. The users should only be allowed to press cmdAverage if there are numbers in the array.

5. the user should only be allowed to enter one decimal point per array.

6.If the display area is blank the user should not be able to store a value. (I think you should use the Len() function)

Thats it, Anyone want to try?