using namespace std; int main() { int r; double v; scanf(“%d”,&r); v=(4/3.0)PIrrr; printf(“VOLUME = %.3f”,v); return 0; }