Question: Write a Flowgorithm program that performs the following tasks: Utilizing nested loops o Outside loop keeps the program running until told to stop o Inside
Write a Flowgorithm program that performs the following tasks:
Utilizing nested loops
o Outside loop keeps the program running until told to stop
o Inside loop asks for input of number, positive or negative
Input of a zero terminates inside loop
Display the largest and smallest number entered when inside loop is
terminated
Ask if the user wants to enter new set of numbers
Remember the following:
declare necessary variables & constants
use clear prompts for your input
use integers for the input numbers
clearly label the largest and smallest number on output
use comment box for your name, lab name and date at the top of the
flowgorithm
use other comments where appropriate
the zero to stop the inner loop is not to be considered the lowest
number, it just stops the inner loop
consider a "priming read" to set initial values of large and small
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
