formula to fine area of circle code example
Example 1: area of circle
R = (3.14*r*r);
Example 2: area of circle
Area of circle = Pi * r^2 (r stands for radius and ^2 means squared)
R = (3.14*r*r);
Area of circle = Pi * r^2 (r stands for radius and ^2 means squared)