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
2
hey sir your answer are---
Please mark as brainlest
Attachments:
Answered by
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
Science,
2 months ago
English,
2 months ago
Hindi,
2 months ago
Math,
4 months ago
Social Sciences,
4 months ago
Environmental Sciences,
10 months ago
Social Sciences,
10 months ago