Question: Q: Write C++ program that prompts a user to enter 10 numbers. The program reads the numbers into an array and finds the smallest number

 Q: Write C++ program that prompts a user to enter 10

Q: Write C++ program that prompts a user to enter 10 numbers. The program reads the numbers into an array and finds the smallest number in the list, the largest number in the list, the sum of the 10 numbers, and the average of the 10 numbers. The following is a copy of the screen results that might display after running your program, depending on the data entered. The input entered by the user is shown in bold. Enter your list of numbers: 10 5 3 -5 9 14-8 0 2 -6 Your array has these values: 10 5 3-5 9 14 -8 0 2 -6 From your 1ist of 10 numbera smallest: -8 largest 14 sum: 24 average: 2.4

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 Databases Questions!