Programming_In_Java_NPTEL
Programming_In_Java_NPTEL copied to clipboard
Area of the circle is calculated wrong
area of circle must be ,area = Math.PI * radius * radius;