Average Program
This program calculates an average, given a set of numbers. The set of numbers may be any size (i.e. 2 numbers, 10 numbers, 108 numbers).
Average Program Walkthrough:
-

Input the number of values in the data set. In this example, there will be five.
-

Input each number of the data set. Also, the previously typed number in the data set is displayed so that the users do not lose track of where they are.
-

Here the second value is entered; the previous number is displayed on top, so users do not lose their place.
-

Here the third value is entered.
-

Here the fourth value is entered.
-

Here the fifth value is entered.
-

After entering all five values, the average is calculated and displayed.