Question: Write a program that creates a blank array of 1 2 numbers. That array is then passed into a function that asks the user to
Write a program that creates a blank array of numbers. That array is then passed into a function that asks the user to enter twelve numbers into the array before returning to the main function. Back n the main, the program should then pass the array into a second, "calculations" function as a constant array not able to modify the contents Inside the second function the program should calculate and display the sum of the numbers, the average of the numbers, and the lowest and highest values entered before returning to the main program and terminating the program. C
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
