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.

...