To find the square of No. Posted on 11:01 by Unknown with No comments class Pro3 { public static void main(String arg[]) { int a,sq; a=10; sq=a*a; System.out.println("Square of two number is"+sq); } } Email ThisBlogThis!Share to XShare to Facebook
0 comments:
Post a Comment