Question: Using pseudocode or a flowchart, design the logic for a program that allows the user to enter from 1 to 12 positive integer numbers and
Using pseudocode or a flowchart, design the logic for a program that allows the user to enter from 1 to 12 positive integer numbers and store them in an array. If the user enters -1 or reaches 12 numbers, do the following processing:
- display the list of numbers in reverse order from which they are entered
- compute and display the average of the numbers entered
- determine and display the highest number entered
- determine and display the lowest number entered
Exit the program after completing the above by displaying the message "That's all folks!"
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
