Question: Then write a simple **for loop** for d from **1 to 10** to compute area of circles of diameter 1 to 10. In each loop
Then write a simple **for loop** for d from **1 to 10** to compute area of circles of diameter 1 to 10. In each loop pass, compute the `cirle.area()` of a circle of diamter d and use the `paste()` and `print()` funtions to display **exactly** `"The area of a circle of diameter", d, "is", circle.area(d)`.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
