2
Reply

How can you sort the elements of the array in descending order?

18y
7.3k
0
Reply

    By calling Sort() and then Reverse() methods.

    By calling Sort() and then Reverse() methods.

    18y
    0