Question: in C++ Problem 3 Points: 7 Write a program that allows the user to choose the size of a vector (up to 10 elements) and
in C++
Problem 3 Points: 7 Write a program that allows the user to choose the size of a vector (up to 10 elements) and allows them to input integers as the elements. Sort the array in descending order and compute the mean and median. You may not use a predefined sort function - you must develop your own algorithm. Display the sorted array, and the mean and median of the array
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
