コード例 #1
0
        static void Main(string[] args)
        {
            Rectangle r = new Rectangle();

            r.Acceptddetails();
            r.Display();
            Console.ReadLine();
        }