Question: Need C++ coding . = 1. Start with a circle of radius = 1. 2. Circumscribe an equilateral triangle, (n = 3) around the circle
Need C++ coding . 
= 1. Start with a circle of radius = 1. 2. Circumscribe an equilateral triangle, (n = 3) around the circle 3. Circumscribe a circle around the triangle. 4. Circumscribe a square (n 4) around the circle 5. Circumscribe a circle around the square. 6. Circumscribe a pentagon (n 5) around the circle. 7. Keep going until n = 1,000,000 (106) 8. Print out the circle radii for n = 10, 100, 1000, 10000, 100000, 106. Diagram showing the first two polygons (triangle, square) and the first three circles: r be 12 Example Output: n = 10 Radius = XX.XXXXX n = 100 Radius = XX.XXXXX n = 1000 Radius = XX.XXXXX n = 10000 Radius = XX.XXXXX n = 100000 Radius = XX.XXXXX Radius . (Where XX.XXXXX is the value) n = 106
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
