Volume dari sebuah bola

#define _USE_MATH_DEFINES // must include this!
#include <cmath>

return 4/3 * M_PI * r*r*r;
Silver Takana