Find the Volume of Sphere whose Radius is 7 cm

Volume of Sphere Calculator

Here, you will get the example code to find the Volume of Sphere whose Radius is 7 cm in c programming.

Definition of  Sphere

A sphere is a 3D shape, completely round and smooth like a ball. It has no edges or corners and looks the same from every side. It’s like a round bubble or a rubber ball you can hold in your hand.

Volume of Sphere Formula

volume of sphere

Here, r is radius of sphere

Algorithm

Step 1:  Input  the radius of sphere.

Step 2:  Calculate volume of sphere by using  4/3*3.14*r*r*r.

Step 3:  Print the volume of sphere.

Find the Volume of Sphere whose Radius is 7 cm

Output

Enter radius of Sphere :7

Volume of Sphere is = 1436.753784

Check out our other C programming Examples

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top