Using MATLAB or Octave (a) prompt the user for what the current wind seed is outside their location in mph. (b) If they enter a value greater than or equal to 74 but less than 96, display "there is a category 1 hurricane outside", If they enter a value greater than or equal to 96 but less than 111, display "there is a category 2 hurricane outside", If they enter a value greater than or equal to 111 but less than 130, display "there is a category 3 hurricane outside", If they enter a value greater than or equal to 130 but less than 157, display "there is a category 4 hurricane outside", If they enter a value greater than or equal to 157, display "there is a category 5 hurricane outside", Otherwise, display "there is no hurricane outside"
Using MATLAB or Octave
(a) prompt the user for what the current wind seed is outside their location in mph.
(b)
If they enter a value greater than or equal to 74 but less than 96, display "there is a category 1 hurricane outside",
If they enter a value greater than or equal to 96 but less than 111, display "there is a category 2 hurricane outside",
If they enter a value greater than or equal to 111 but less than 130, display "there is a category 3 hurricane outside",
If they enter a value greater than or equal to 130 but less than 157, display "there is a category 4 hurricane outside",
If they enter a value greater than or equal to 157, display "there is a category 5 hurricane outside",
Otherwise, display "there is no hurricane outside"

Step by step
Solved in 2 steps with 1 images









