Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Exercise Write a program that reads a set of integer values. First ask the user for how many numbers they plan to enter, and then
Exercise Write a program that reads a set of integer values. First ask the user for how many numbers they plan to enter, and then ask the user to enter the values, then print 1. a. The average of the values b. The smallest of the values c. The largest of the values d. The range, that is difference between the smallest and largest values SAMPLE OUTPUT How many numbers do you want to use today? 3 Enter the number: 10 Enter the number: 2 Enter the number: 24 The average of the values is 12 The smallest of the values is 2 The largest of the values is 24 The range of the values is 22
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