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

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

Showing Answers 1 - 2 of 2 Answers

bhawesh

  • Feb 21st, 2006
 

first sort elements of array in ascending order using appropriate sorting technique( BUBBLE,HEAP,QUICK..........)

AFTER sorting scan array in reverse order ie and store it.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions