Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Area and Volume coding
//gcc 5.4.0 #include <stdio.h> #include <math.h> int main(void) { double pi=3.14; double R=10; double V; double a; a=powf(R,2)*pi; printf("The area is %f\n", a); R=powf(R,3); V=(4.0/3.0)*pi*R; printf("The volume is %f\n", V); return 0; }
run
|
edit
|
history
|
help
0
Bitwise Xor Swaping Two Variables
18BCE2182 ASSESS_2 Q2
1_9
Pregunta 3 de registros
pseudo hw
Spring 2017 Project 2 v1.3
G
pseudo hw v.05
Taco practice
Project 5 v.01