[solved] – Question 71834
12/ Write two function to solve (Write a program that asks the user to enter an array of random numbers, then sort the numbers (descending order), after that reverse it (the first element will be the last…). )
The first function to sort the numbers and the second function to reverse the result of the first function.
Expert Answer
OR

