+ 1
How to animat any name or word in very stylish way.
5 ответов
+ 2
public class Program
{
public static void main(String[] args) {
int n = 4;
int c = 0;
int i = 0;
int j = 0;
String s = "";
while (i++<n) {
j = 0;
while (j++<i) {
s += ++c;
}
s += "\n";
}
System.out.println(s);
}
}
+ 3
With good tastes ^^
0
Visph do you know how to make this type of loop program in java environment
1
23
456
78910
0
thanks visph you are genuis.
from were you are , I mean to say from which
country do you belong.
0
can you make one more for me for example
..........
.
.
.
.
..........
or
*
**
***
****
*****
!!!!!!!!
!!! !!!
!!! !!!
-------
my problem in this is how to make blank into middle
as I have made in second "fig"