Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
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
Please
log in
to post a comment.
SAI_1-4.c
Practica 5 fibonacci
20171127_ARRAY_ValorMayor
time clock and day count through seconds by ratneshgujarathi
coding!!Woo!!
Virtual table sketch
Practica 5 ejercicio beneficio empresa
TAREA M4 - LOTERIA
B_141202_CADENA_NUMERO
Lab 5 HW Spring 2017 v0.5
Please log in to post a comment.