To find the area of circle statically Posted on 11:03 by Unknown with No comments class Pro4 { public static void main(String arg[]) { double p,r,area; r=1; p=3.14; area=p*r*r; System.out.println("Area of circle is"+ area); } } Email ThisBlogThis!Share to XShare to Facebook
0 comments:
Post a Comment