Hi,
How can you sort the elements of the array in descending order? By calling Sort() and then Reverse() methods.
Please provide me some sample code also.
Thanks in advance
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
VulpesPosted Jul 8, 2011, 4:13 AM
The code for an Array is slightly different as you need to use static rather than instance methods of the Array class:
Jiteendra SampathiraoPosted Jul 8, 2011, 12:17 AM
Go through this link:
you'll definitely get idea...
Sort and Reverse
hope it help you.......