Explain how to sort the elements of the array in descending order.- You can do so by calling Sort() and then Reverse() methods. - These methods are used to sort the elements in a one dimensional array. - These methods provide simple way to sort the elements in an array.
|