Man! I totally forgot the code this SORTING thing and now, I don't know how to do it again. I think having a vacation from programming was a bad idea... Any help contributions??? please...
Here's the problem :
-----------------------------------------------------------------------------------
A program that sorts the ten (10) input values either in ascending or descending order based on the user's choice.
* Use an array to store the input numbers.
* Use a function for sorting.
* Do not use global variables.
------------------------------------------------------------------------------------