Computer Science, asked by preethi7592, 4 months ago

Problem Statement
Write a python program to find and display the area of a circle. Use the formula given for finding the area of circle.
area=3.14*radius*radius​

Answers

Answered by anuraganand562
2

hey sir your answer are---

Please mark as brainlest

Attachments:
Answered by Anonymous
5

Answer:

hello,

Explanation:

# program to find and display the area of a circle.

radius=eval(input("enter the radius"))

area=3.14*radius*radius

print("the area of the circle is :",area)

_______________________

hope it helps you

please mark brainliest

@ItzSnowySecret07

Similar questions