Computer Science, asked by skabdulseleno0786, 7 months ago

print the circumference of circle​

Answers

Answered by tanishbasson
0

Answer:

• int main() { int rad ;

• float PI=3.14,area,ci; printf("\nEnter radius of circle: ");

• scanf("%d",& rad), area =PI*rad*rad;

• Printf ("\n Area of circle: %f ", area) ;(i =2*PI* rad;)

• print ("\n circumference :%f", CI ); return (0)

Am i right

Similar questions