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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started