int[] array = new int[] { 3, 1, 4, 5, 2 }; //Declare Array Array.Sort<int>( array ); // Sort Method used Asending Order Array.Reverse( array ); // reverse Method used Decenting Order
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)