How to animat any name or word in very stylish way. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to animat any name or word in very stylish way.

2nd Jul 2017, 12:58 AM
Irwin Lopez
Irwin Lopez - avatar
5 Answers
+ 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); } }
2nd Jul 2017, 12:44 PM
visph
visph - avatar
+ 3
With good tastes ^^
2nd Jul 2017, 4:13 AM
visph
visph - avatar
0
Visph do you know how to make this type of loop program in java environment 1 23 456 78910
2nd Jul 2017, 12:01 PM
Irwin Lopez
Irwin Lopez - avatar
0
thanks visph you are genuis. from were you are , I mean to say from which country do you belong.
2nd Jul 2017, 3:50 PM
Irwin Lopez
Irwin Lopez - avatar
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"
2nd Jul 2017, 4:02 PM
Irwin Lopez
Irwin Lopez - avatar