InterviewSolution
Saved Bookmarks
| 1. |
Write a program to input the radius of the circle using the parameter calculate and print the area of circle using the formula “area = pi*r2 where the value of pi is 3.14 and the circumference of the circle using the formula circumference = 2*pi*r where the value of pi is 3.14. |
|
Answer» PYTHON Program to FIND Diameter CIRCUMFERENCE and Area Of a...
|
|