Beispiel #1
0
        static void Main(string[] args)
        {
            Program a = new Program();

            Console.WriteLine("The Longest word is :");
            Console.WriteLine(a.MyFunctionA("Ada Lovelace wrote the first alogirithm designed for processing by an Analytical Engine."));
        }