Question: In dev c++ array exercise beginning with figure 6.3 from your text do the following create functions to do the following: initialize elements to zero
array exercise beginning with figure 6.3 from your text do the following create functions to do the following: initialize elements to zero print the values in a tabular format randomly assign values to the elements of the array -sum up the values in the array -find the largest value in the array - find the index of the smallest value in the array -find the average of the values in the array allow the user to input the values for the array shift the values stored in the array to the right one element, place the last value in the first element for example: 12345 becomes 23451 Due date Monday February 4, 2019, 9-00 AM Return to: Course Informat.. 7 8 9 5
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
