Write a program to calculate the circumfrence of a circle (circumfrence=2 pie r)
Answers
Answered by
1
Answer:
Ooookhay... if u want a python program this is the one u've been looking 4
r= int(input("Enter the radius of the circle:"))
cir=2*TT*r
print("The circumference of the circle is:",cir)
Explanation:
u can use either 22/7 or 3.14 for TT
l do hope this answer worked for u
Similar questions