Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Volume of Sphere with Powf
//g++ 5.4.0 #include <stdio.h> #include <math.h> const float pie = 3.14; int main(void) { float radius; float volume; scanf("%f", &radius); volume = (4.0/3.0)*pie*powf(radius,3); printf ("the volume of the sphere is %f", volume); return 0; }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
template example
Op&&^Overload
День Программиста
pyramid
ConversionOperator
delta
generate BinTree from sorted list
c1
Test1
Gauss Jordan Ida
Please log in to post a comment.