write down the code of the following output
Attachments:
Answers
Answered by
0
In Python:
r=int(input("Enter the Radius of Circle in cm:"))
pi=22/7
a=pi*(r*r)
print('The Area of the circle:",a)
THANK YOU:D
Similar questions