1
222
33333
4444444
555555555
for(int line=1; line<=5; line++)
{
for(int j=1; j<=(2* line -1); j++)
{
System.out.print(line);
}
System.out.println();
}
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter