203k views
0 votes
2 WAp to input the radius and print
the area of circle

User Bghaak
by
3.0k points

1 Answer

0 votes

Program:-


\tt r=float(input(


\tt x=3.14*\:r**2


\tt print(

Sample run:-


\tt r=3


\tt Area\:of\:the\:circle=28.26

User Bolinfest
by
3.4k points