English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

2 answers

int i =0;
while (i++ {
int j=0;
while (j++ System.out.print("*");
System.out.println();
}

2007-03-14 03:48:43 · answer #1 · answered by abd 5 · 0 0

x=0
y=0
while x {
while y { print "*";
y++;
}
print "/n";
x++;
}
I dont remember the language syntaxes
but this is the logic

2007-03-14 10:50:05 · answer #2 · answered by Jacksonjosekunnel 3 · 0 0

fedest.com, questions and answers