C program to find area of circle and circumference
Answers
Answered by
1
Answer:
1:area of circle
Explanation:
program for c++
any else required then tell
#include<iostream.h>
#include<conio.h>
void main ()
{
int π,r;
float area of circle;
clrscr();
cout>>"enter radius";
cin<<"3.14*r*r";
getch();
}
hope it's helpful for you
Similar questions
Social Sciences,
5 months ago
Social Sciences,
5 months ago
Math,
5 months ago
Science,
10 months ago
Science,
10 months ago
Physics,
1 year ago