Question: Largest, Smallest, Sum Write a Flowgorithm program that performs the following tasks: Utilizing nested loops Outside loop keeps the program running until told to stop
Largest, Smallest, Sum
Write a Flowgorithm program that performs the following tasks:
Utilizing nested loops
Outside loop keeps the program running until told to stop
Inside loop asks for input of a number, positive or negative
input number count should be unlimited
Input of a zero terminates inside loop
Display the largest and smallest number entered and the sum of the
numbers 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
