Beispiel #1
0
        static void Main(string[] args)
        {
            //
            //Console.WriteLine("Hello world");
            //
            chap02 ch = new chap02();

            ch.ReadDemo();
        }
        static void Main(string[] args)
        {
            // Console.WriteLine("Hello world");

            chap02 ch = new chap02();

            ch.IdTest();
            //ch.example6();
            //print();
            //ShowSum();
            Console.ReadLine();
        }