Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions

Question

=+How is the amount of reserves banks hold

Answered: 1 week ago

Question

Find the derivative of y= cos cos (x + 2x)

Answered: 1 week ago

Question

What is the best conclusion for Xbar Chart? UCL A X B C B A LCL

Answered: 1 week ago

Question

10. Microsoft Corporation

Answered: 1 week ago

Question

4. EMC Corporation

Answered: 1 week ago