Question: Write a Flowgorithm program that utilizes nested loops to find the smallest and largest integer of a group of numbers and then repeats the process
Write a Flowgorithm program that utilizes nested loops to find the smallest and largest integer of a group of numbers and then repeats the process for another group of numbers until the user decides to stop (See the expected output at the end to get a better understanding of what the program should do.) - The outside loop keeps the program running until the user decides to exit. - The inside loop calculates the smallest and largest of a series of numbers entered by the user: - It continually asks the user to input a positive or negative number, updating if necessary the values for the smallest and largest variables. - The inside loop repeats until the user enters a 0. - The outside loop outputs the largest and smallest values entered and asks the user if the process should be repeated. - The outside loop exits when the user answers "No" (or anything that is not "Yes".)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
