Question

To sort a one-dimensional array in descending order, you first sort the values in ascending order, and then use the ____ method to reverse the array elements.
a. Array.Reverse
b. Array.Change

c. Array.Descending
d. Array.Flip

Answer

This answer is hidden. It contains 1 characters.