Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.
""""Design the logic for a program that allows a user to enter the name and maximum sustained wind speed of a hurricane.
""""Design the logic for a program that allows a user to enter the name and maximum sustained wind speed of a hurricane. The program will then display a table of the names, maximum wind speed, and catagory of the hurricane.
Hurricanes are catagorized as follows:
Maximum Sustained Wind Speed Catagory
74 - 83 mph 1
84 - 98 mph 2
99 - 114 mph 3
115 - 137 mph 4
138 + mph 5
""""
Trying to get a little help on this one, I dont know how to start the logic for this one. Or how to transition during the plus or minus part (>,<)