Computer Science, asked by 1poonam9singh83, 8 months ago

play the program to find a do the circle with radius to find something to do any of the circle​

Answers

Answered by Anonymous
1

.

.

{

float radius;

float area;

cout<<"enter radius";

cin>>radius;

area= 22/7*radius*radius;

cout<<"area="<<area;

.

.

}

Similar questions