Computer Science, asked by aryantbaghel062, 7 months ago

Q2. Write a program to initialize the radius of a circle as
4.5.Calculate the area of circle using the formula
"area=TR2". Where n =3.141.Print the radius and area of circle. in computer​

Answers

Answered by Anonymous
1

#.py to print area of a circle

rad = 4.5

n = 3.141

ar = rad * n * rad

print (ar)

Answered by abhishekbig7
4

Answer:

see the above attached document

Explanation:

..

Attachments:
Similar questions