The Standard deviation is a statistical measurement of the amount a number varies from the average number in a series. A low standard deviation means that the data is very closely related to the average, thus very reliable. A high standard deviation means that there is a large variance between the data and the statistical average, and is not as reliable.
A weather reporter is analyzing the high temperatures forecasted for a particular city by two different models. The model with the lowest standard deviation would show them the more reliable forecast.
Write a program that prompts the user for the reporter's name and id, and the week's high temperatures (in Fahrenheit) forecasted by two weather forecasting models. Calculate and display the standard deviation for each model to help the reporter identify the most reliable one.