Run Code
|
API
|
Code Wall
|
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
HashRK
OTHER - Two robots
Complex Number Class
Heap sort baaaad
Dictionary
dijkstra's algo
rotation
NumType
ThreadPool
Ultimo intento