Question: ( 5 points ) Tornado Wind Speed classification is depicted in the following graph: Develop a program that classifies a tornado based on its wind

(5 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 F0 if the wind speed is less than 73 mph.
If the wind speed is less than 113 mph, the tornado falls under the F1 category.
A tornado with a wind speed less than 157 mph is categorized as F2.
If the wind speed is less than 207 mph, the tornado is of F3 category.
A tornado is classified as F4 if the wind speed is less than 261 mph.
Lastly, if the wind speed is less than 317 mph, the tornado is classified as F5.
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 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!