Question: I need this code to be in Dev C++ and using #include and #include . I already started it array exercise create functions to do

I need this code to be in Dev C++ and using #include and #include. I already started it
I need this code to be in Dev C++ and using #include
and #include. I already started it array exercise create functions to do

array exercise 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: 1 2 3 4 5 becomes 2 3 4 51 - shuffle: randomly move values around while preserving the original number of values and uniqueness of each value. Untitled Untitled2 main.cpp 1 #include 2 #include -3 4 run this program using the console pauser or add your own getch, 5 void printArray (int array(1) 6 int main(int argc, char argv[]) { int intArray[10]; 9 int i 0; printArray (intArray); for (int i @; i

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!