#define PI 3.14int main(){int r=1;float v;v=4.0f/3.0f * PI * r * r * r;printf("Enter r: Volume: %.4f",v);return 0;}