public static void Main(string[] args) { Console.WriteLine("Enter string: "); string st= Console.ReadLine(); Console.WriteLine(Alpha(st)); }