static void Main(string[] args)
        {
            Circle obj = new Circle();

            obj.logic();
        }