Question: ( 5 points ) Tornado Wind Speed classification is depicted in the following graph: Develop a program that classifies a tornado based on its wind
points
Tornado Wind Speed classification is depicted in the following graph:
Develop a program that classifies a tornado based on its wind speed, which is inputted by the user. The classification rules are as follows:
A tornado is classified as F if the wind speed is less than mph
If the wind speed is less than mph the tornado falls under the F category.
A tornado with a wind speed less than mph is categorized as F
If the wind speed is less than mph the tornado is of F category.
A tornado is classified as F if the wind speed is less than mph
Lastly, if the wind speed is less than mph the tornado is classified as F
Identify the input and output variables.
List the steps the program must perform to generate the outputs from inputs.
Write the detailed pseudocode with the actual variable names used in the program.
Transform your pseudocode to a C program.
Copy and paste the program output that is generated when the program is executed, assuming that the user has input the wind speed classification numbers as prompted.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
