Subscribe For Free Updates!

We'll not spam mate! We promise.

Wednesday 29 August 2012

C++ Code to Calculate the area of the surface




#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;
}

Socializer Widget By CodingLovers
SOCIALIZE IT →
FOLLOW US →
SHARE IT →

0 comments:

Post a Comment