Question
Create a program using PyCharm (Python) which contains a list of temperatures. Your program will populate the list based upon user input. Your program will
Create a program using PyCharm (Python) which contains a list of temperatures. Your program will populate the list based upon user input. Your program will determine the number of temperatures in the program, determine the largest temperature, and the smallest temperature. Your program must have a header. Use the programming style guide for guidance. Create an empty list called temperatures. Allow the user to input a series of temperatures along with a sentinel value which will stop the user input. Evaluate the temperature list to determine the largest and smallest temperature. Print the largest temperature. Print the smallest temperature. Print a message tells the user how many temperatures are in the list.
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