Question: Problem 3 (25): Write a program that asks the user to enter a range of integers: 1. Your program will accept at least 5 but

 Problem 3 (25): Write a program that asks the user to

Problem 3 (25): Write a program that asks the user to enter a range of integers: 1. Your program will accept at least 5 but no more than 20 integer values. 2. Your program will then find the highest and lowest number in the array. a. Print these values to the screen. 3. Finally, it will print the average of the numbers in the array. See the example of the program executing below: ~/cprogs/ass2$ .umbers How many numbers will you enter: 4 You need to enter a number such that 5

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!