Question: Create a program that satisfies the following requirements. a . It has an array of integers b . Each element in the array is a
Create a program that satisfies the following requirements.
a It has an array of integers
b Each element in the array is a random value between and both inclusive
c Using a function named largest, find the largest value among all the elements.
d Using a function named average, compute the average of those elements.
c As the output of your program, display the values of elements, the largest value, and the average, each with a proper information for the user
d A screenshot of a successful program run which shows the path of the project as well.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
