Can someone please write an application of fillioning question in C++ and please use comments to explain line of codes used so I can better understand.
 Write a C++ application that asks the user to enter 10 numbers. The program then stores those numbers. The program should display the numbers sorted from low to high, from high to low, the Mean , Median, and Mode.
 Do this using both sort examples
  #include 
 #include