Saved Bookmarks
| 1. |
Algorithm and flowchart to find area and perimeter of circle |
|
Answer» Explanation: It is usually called the circumference of a circle, not a perimeter. For a circle with RADIUS r, the formula for the circumference C is C=2πrC=2πr. If you are given the diameter d, the formula is C=πdC=πd. This is not a true ALGORITHM (like a recipe). It is an easily usable formula. The CALCULATION of a circumference doesn't require an algorithm. Recall that 2r=d2r=d. |
|