getArea method

double getArea()

Implementation

double getArea() {
  return area;
}