Computer Science, asked by nandanaanil20, 4 days ago

Write a program in Python to calculate and print the circumference and area of a circle

Answers

Answered by mannatmunshi
2

Answer:

Using the radius value, this Python formula to calculate the Circumference, Diameter, and Area Of a Circle, Diameter of a Circle = 2r = 2 * radius, Area of a circle are: A = πr² = π * radius * radius and Circumference of a Circle = 2πr = 2 * π * radius. Print result.

Answered by siddharthkumarpandey
1

Answer:

Using the radius value, this Python formula to calculate the Circumference, Diameter, and Area Of a Circle, Diameter of a Circle = 2r = 2 * radius, Area of a circle are: A = πr² = π * radius * radius and Circumference of a Circle = 2πr = 2 * π * radius.

Explanation:

PLS Mark ME BRAINLIEST FOR THE NEXT RANK

Similar questions