Calculating the volume of a circle might seem challenging at first, but with the right knowledge and understanding of geometry principles, it can become an easy task. In this article, we will walk you ...
double Volume=(double)0; //*as volume of a cicle either can be integer or double .so in that case we use double for decimal data type Volume=1.333333333*3.14*(r*r*r); //*as 4/3=1.333333333 and pi=3.14 ...