Here, maybe a few other shapes as well#include<graphics.h> #include<conio.h> void main() { int gd=DETECT, gm; int poly[12]={350,450, 350,410, 430,400, 350,350, 300,430, 350,450 };...
Conceptually, the radius is the distance from the center of the circle to any point on its edge. If you know the circumference of the circle, then the radius is the circumference divided by 2 times...