Computer Science, asked by praatam, 4 months ago

To calculate the volume of a sphere.

Volume of sphere = 4/3πr3

V = 4/3 * Math.PI*Math.pow(r,3);

This my computer program

Pls help me with this
Example:
Enter value of radius: 2
Output :
Volume of a sphere : 33.493333

Answers

Answered by RuwaisnZaid
0

Explanation:

the programme is correct but there is an import module

Similar questions