#include<iostream.h>
#include<conio.h>
int main()
{
clrscr();
cout<<"calculate the circumference of the circle"<<endl;
cout<<"radius="<<10<<endl;
cout<<"circumfrence of the circle="<<(2*3.146*10)<<endl;
getch();
return 0;
}
Copyright © 2013 C/C++ | Java | PhP | HTML & CSS | MYSQL. Privacy Policy
0 comments:
Post a Comment