Volume of a Sphere

The volume v of a sphere with radius r is given by:

v = \frac{4}{3} \pi r^{3}

Write a short program to calculate the volume of a sphere with radius 5. You can approximate the value of \pi as 3.14.

Your program should output the following:

The volume of a sphere with radius 5.0 is 523.3