public static void Main() { square a = new square(4); Console.WriteLine("the area of square is:{0}", a.area()); }