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

Step: 3

blur-text-image

Ace Your Homework with AI

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

Get Started

Recommended Textbook for

Contemporary Issues In Database Design And Information Systems Development

Authors: Keng Siau

1st Edition

1599042894, 978-1599042893

More Books

Students also viewed these Databases questions

Question

List some popular analytical tools.

Answered: 1 week ago