Question: Could you answer this question in C++ programming language, explain every detail and please add the screen shots of codes.. Thanks in advance.. Write a

Could you answer this question in C++ programming language, explain every detail and please add the screen shots of codes..
Thanks in advance..
Write a program to (a) read and (b) print N integer elements of an array. Then: (c) print all negative elements from your array, (d) find and print the sum of all array elements, (e) find and print the maximum and minimum element in your array, (f) count total number of even and odd elements in your array, (g) reverse the order of elements in your array, (h) put even and odd elements of your array in two separate arrays, (i) search a given element in your array, () check if all the elements in your array are sorted, (k) find the element that is the most closest to the average element
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
