2
Reply

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

19y
7.3k
0
Reply

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

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

    19y
    0