You solve it:
Have the user give you a series of values. Have them give you a count of the number of values they provided:
5 100 90 78 98 75
See if you can compute the average of the N values.
Hint using the shift command will help.