-->
当前位置:首页 > 题库

PROGRAMMING:Finding the volume of a sphere

Luz5年前 (2021-05-10)题库408
Write procedures, according to the user input radius R (integer), calculate the volume of the sphere. The value of PI is 3.14159.
The volume of the sphere is calculated as follows:
![ Calculation formula of sphere volume. PNG] (~ / 8573f9a2-c666-45fe-a87f-5f26074a4a28. PNG)
###Input format:
Enter radius R (integer)
###Output format:
Output the volume of the sphere to 2 decimal places
###Input example:
```in
ten
```
###Output example:
```out
v=4188.79
```







answer:If there is no answer, please comment