write an algorithm to accept radius and calculate volume of sphere( plzzz tell fast )
Answers
Answered by
1
Answer:
#include <stdio.h>
int main()
{
int radius=48;
float pie=3.14285714286;
double volume=(4.0/3.0)*pie*(radius*radius*radius);
printf("Volume of the sphere=%f",volume);
}
Explanation:
PLEASE MAKE ME BRILLETNT
Answered by
1
Answer:
printf(volume of the spheres=%velocity)
Similar questions