public Circle(double x, double y) { this.x = x; this.y = y; Circle circle = new Circle(x, y, 10); this.radius = circle.radius; } same output, why can not pass;