To print the table of given no. Posted on 11:28 by Unknown with No comments class Pro20 { public static void main(String arg[]) { int a,i,n; n=Integer.parseInt(arg[0]); for(i=1;i<=10;i++) { a=n*i; System.out.println(a); } } } Email ThisBlogThis!Share to XShare to Facebook
0 comments:
Post a Comment