Example #1
0
        public static void Main()
        {
            customer c = new customer();

            c.print();
        }