static void Main(string[] args) { Tabletop t = new Tabletop(7.5, 8.03); t.Display(); Console.ReadLine(); }
static void Main(string[] args) { Tabletop obj = new Tabletop(4.5, 7.5); obj.Display(); Console.ReadLine(); }
static void Main(string[] args) { Rectangle Rect = new Rectangle(); Rect.setWidth(5); Rect.setHeight(7); Rect.getArea() Tabletop t = new Tabletop(4.5, 7.5); t.Display(); }
static void Main(string[] args) { Triangle t = new Tabletop(4.5, 7.5); t.Display(); }