Question
Description: Below is a chart that describes the wind speed that determines hurricane categories. Create a program that identify hurricane status based on wind speed
Description: Below is a chart that describes the wind speed that determines hurricane categories. Create a program that identify hurricane status based on wind speed provided by end user. In addition to hurricane category, you may also add messages regarding what actions should be taken based on wind speed and type of hurricane. Use standard design, comments, initialization requirements. This assignment will result in two programs based on the way the hurricane category is determined. Technical Requirements: Input windspeed from user Program 1: Use if statements based on contiguous range of of lowest windspeed to determine category note: Checking numeric ranges using contiguous ranges with if-elif-else; note that the values have to be processed in order for this strategy to work
Cat 1:
74-95 mph
Cat 2:
96 110 mph
Cat 3:
111 129 mph
Cat 4:130 -156 mph
Cat 5: > 156mph
Use python to create the program , print your result and screenshot.
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