Programming_In_Java_NPTEL icon indicating copy to clipboard operation
Programming_In_Java_NPTEL copied to clipboard

Week 1 Programming Assignment 1

Open vivek880490 opened this issue 3 years ago • 1 comments

Area if a circle is not equal to (perimeter*radius). Perimeter is =2 * pi * r ; radius is= pi * r * r ;

That must be typo . please fix it.

vivek880490 avatar Aug 08 '21 01:08 vivek880490

//needed changes -> area = Math.PI * radius * radius;

mukul269 avatar Feb 16 '23 17:02 mukul269