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
1
#.py to print area of a circle
rad = 4.5
n = 3.141
ar = rad * n * rad
print (ar)
Answered by
4
Answer:
see the above attached document
Explanation:
..
Attachments:
Similar questions
Computer Science,
3 months ago
Math,
3 months ago
Chemistry,
7 months ago
Physics,
7 months ago
Accountancy,
11 months ago
Biology,
11 months ago
Chemistry,
11 months ago