Question: Write an application named WindSpeed that outputs a hurricane's category based on the user's input of the wind speed. The Hurricane Scale classifies hurricanes into

Write an application named WindSpeed that outputs a hurricane's category based on the user's input of the wind speed. The Hurricane Scale classifies hurricanes into five categories numbered 1 through 5. The minimum sustained wind speeds for categories 4 through I are 130, 111, 96, and 74 miles per hour, respectively. Category 5 hurricanes have sustained winds of at least 157 miles per hour. Any storm with winds of less than 74 miles per hour is not a hurricane. using System; using static System.Console; class WindSpeed { static void Main() ... // Your code as
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
