Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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 arrayStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started