User Profile
Collapse
-
is this important which one is easier?these are my efforts.i tried to do something.but i cant...... -
I have nothing about the first question...but i made something for the second one..
"
[CODE=c]#include <stdio.h>
int main()
{
int pi,radius,diame ter,circumferen ce,area;
printf("Enter the radius of the circle\n");
scanf("%d",&rad ius);
pi=3,14;
diameter=radius *2;
circumference=2 *pi*radius;
area=pi*radius* radius;...Leave a comment:
-
ahmeddin started a topic How to calculate diameter, circumference and area of a circle by using radiusin CHow to calculate diameter, circumference and area of a circle by using radius
How to calculate diameter, circumference and area of a circle by using radius---
Hello!
I have been trying to learn C language.I bought a book "C How to Program,Deitel& Deitel"...I make practise by myself,but sometime it get harder for me...i searched good examples on the internet.i have two example of four,which i couldnt do.these are;
1) Write a program that declares 2 floating point numbers and initializes...
No activity results to display
Show More
Leave a comment: