Computer Science, asked by bishnudevsonowal8690, 1 year ago

write down the code of the following output

Attachments:

Answers

Answered by redeaglemgn
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