Review the following table of Hurricane categories and associated wind speeds (miles per hour) and storm surge levels (feet above normal). In your script file, prompt the user to enter the wind speed then write an if/elseif structure using the user's entry that will output category of the hurricane and the expected storm surge. When the user enters a number less that 74 mph, a message should be output that this wind speed does not classify as a hurricane.
Category Wind Speed Storm Surge
1 74 - 95 (inclusive) 4 -5
2 96 - 110 (inclusive) 6 - 8
3 111 - 130 (inclusive) 9 - 12
4 131 - 155 (inclusive) 13 - 18
5 >155 >18