Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
Calculate Area of Circle
//gcc 5.4.0 #include <stdio.h> const double pi= 3.14; int main(void) { double R; double Area; scanf("%lf",&R); Area= pi*R*R; printf(" The Area of the Circle is %lf",Area); return (0); }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
Project 3 Part 1 v1.5
Fgets and String Stuff
funcion quicksort
more_than_one_break_in_loop
150114_ArrayOrdenado
HelloWorld
Building squares using smallest amount of matches
a3
readability!
otro avance de pregunta 2
Please log in to post a comment.