Ejemplo n.º 1
0
        static void Main()
        {
            rectangle r = new rectangle();

            r.setArea(10, 22);
            r.displayArea();
        }