// sphere.h (header file for sphere.cpp) double mass(double r, double rho); double volume(double r);