You are on page 1of 1

public class kujund {

static int i,j;


public static void main(string[] args) {
// todo auto-generated method stub

for (i=0;i!=9;i++){
system.out.println("");
for (j=0;j!=i;j++){
system.out.print("*");
}
}

}
}

You might also like