To find the sum of two Numbers. Posted on 04:10 by Unknown with No comments class Pro2 { public static void main(String arg[]) { int a,b,sum; a=10; b=4; sum=a+b; System.out.println("sum of two number is "+sum); } } Email ThisBlogThis!Share to XShare to Facebook
0 comments:
Post a Comment