Finding the median

closed account (98qiz8AR)
I am new to programming in C++. Can somebody show me how to sort this array so I can find the median.

scores[14] = {62,70,98,71,81,99,74,80,73,88,73,72,95,71};
Last edited on
We normally don't do homework for a person, but since it is a homework assignment it means it definitely been done before so googling should find you an answer.
closed account (98qiz8AR)
I googled it, and found nothing.
You might want to post the code for the functions in question.
The expected output doesn't look like what should be expected to me - sure you got that right?

Also, see http://www.cplusplus.com/articles/jEywvCM9/
Topic archived. No new replies allowed.