0 votes
in C Sharp by

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

1 Answer

0 votes
by

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

Related questions

+1 vote
asked Jul 16, 2019 in JavaScript by Indian
0 votes
asked Oct 9, 2020 in JAVA by SakshiSharma
...