Variable Circle.radius

struct Circle
{
  // ...
  double radius ;
  // ...
}