Programming_In_Java_NPTEL icon indicating copy to clipboard operation
Programming_In_Java_NPTEL copied to clipboard

This site is to share the solution of prgramming and quiz assignment given during the Programming In java by Prof. Debasis Samantha on NPTEL.

Results 6 Programming_In_Java_NPTEL issues
Sort by recently updated
recently updated
newest added

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

I did this change because in the NPTEL portal the declaration of int variable t is not declared with sum by the portal, It is required to declare it separtely...

area of circle must be ,area = Math.PI * radius * radius;