Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Oracle Database Administration The Essential Reference

Authors: Brian Laskey, David Kreines

1st Edition

1565925165, 978-1565925168

More Books

Students also viewed these Databases questions

Question

Evaluate 3x - x for x = -2 Answer:

Answered: 1 week ago

Question

What is group replacement? Explain with an example. (2-3 lines)

Answered: 1 week ago