377,805 views
0 votes
0 votes
Write a program to get radius of circle and then print it's circumference​

User Ty Morton
by
2.7k points

1 Answer

20 votes
20 votes


\tt r=(int(input(


\tt A=3.14*r**2


\tt C=2*3.14*r


\tt print(


\tt print (

Output:-


\tt Enter\: the\:value\:for\: radius: 2


\tt Area\:of\:the\:Circle:12.56


\tt Circumference\:of\:the\:Circle:12.56

User Shane Oliver
by
2.6k points