To print the * in a sequence form Posted on 00:15 by Unknown with No comments class Aa{public static void main(String arg[]){int i,j;for(i=1;i<5;i++){for(j=1;j<=i;j++){System.out.print("*");}System.out.println("");}}} Email ThisBlogThis!Share to XShare to Facebook
0 comments:
Post a Comment