Overview: Change the program from In-Class Lab 11. Calculate the Average of the numbers entered. For each of the numbers entered, show the difference to the average.
In the first For loop for the Input, total up the temperatures.
After the first loop, calculate the average as Average = Total / 5
In the second loop, display the numbers from the array and the difference to the average.
Save the file as InLab12.BAS