public static void Main()
Console.Write("\n A short string in asscending order are");
Console.Write("please enter the any string : ");
str = Console.ReadLine();
arr = str.ToCharArray(0, l);
Console.Write("the shorting string is \n");
Console.Write("{0} ",ab);
Console.Write("/n program is created by shivani mishra");