Preview:
---1---
--222--
-33333-
4444444

for(int line = 1; line <=4; line ++)
        {
            for(int j= 1; j<= ( -1 * line +4); j++)
            {
                System.out.print("-");
            }
            for(int k= 1; k<= ( 2* line -1); k++)
            {
                System.out.print(line);
            }
            for(int j= 1; j<= ( -1 * line + 4); j++)
            {
                System.out.print("-");
            }
            System.out.println();
        }
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