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

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!