Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Simple data entry, list manipulation, and some statistics. Write a program that allows a user to enter temperature observations. Must be able to enter float
Simple data entry, list manipulation, and some statistics. Write a program that allows a user to enter temperature observations. Must be able to enter float data. Allow user to enter as many observations of temperature data as they want. You must validate the data for being between -100 degrees and 200 degrees. When the user has no more temperature data to enter, they will enter -9999 as a value; this is your que to stop asking for information. As the user enters data, store the data in a list. Once all data has been entered, produce the following: Lowest temperature Highest temperature Range of temperature Average temperature Temperature standard deviation Number of observations below zero Number of observations above zero All output must be nice, rounded to 2 decimal places, with an appropriate label/description
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started