Ejemplo n.º 1
0
        static void Main(string[] args)
        {
            Rectangle rectangle = new Rectangle(10, 100);

            Rectangle.OutputArea();
        }