+ 2
To find the total circumference of circle having radius(r) 7cm
we can write like r= 7; c=2*3.41*(Maths.pow(r,2)) thank you for your help
1 ответ
+ 18
for circumference , formula will be 2. pi.r , not (2 .pi. r^2)
double c=2*3.14*r;
we can write like r= 7; c=2*3.41*(Maths.pow(r,2)) thank you for your help