Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Can you please show me how to do the flowchart based on this IPO? Thank you in advance ! Original Question: Identifying the IPO for

image text in transcribedCan you please show me how to do the flowchart based on this IPO? Thank you in advance !

Original Question:

Identifying the IPO for the following problems and design the flowchart

  1. WhetherGency want a program that use nested if statement to trigger tsunami alert based on a value key-in by user. The value is to be stored as a variable, wave_height,. If wave_height is equal to or more than 1 meter but less than 8 meters, the program will inform the user that The tsunami is strong and ask them to key in the name of the affected region (either Asia or Europe). If the region is Asia, the program will display a message Send a research team. Otherwise, display a message Keep on monitoring. If wave_height is 8 meters, the program will inform the user that The tsunami is destructive and ask them to key in the name of the affected region (either Asia or Europe). If the region is Asia, the program will display a message Send a rescue team. Otherwise, display a message Keep on monitoring.

Input Wave_Height Affected Region Output Alert Messages word Process Declare variable wave height Prompt and get wave_height If (wave_height >=1 and wave_height

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Systems Design Implementation And Management

Authors: Peter Rob, Carlos Coronel

6th International Edition

061921323X, 978-0619213237

More Books

Students also viewed these Databases questions

Question

1. How will you, as city manager, handle these requests?

Answered: 1 week ago