• + 1 comment

    how about this?

    String hash = "#"; for(int i = 1; i <= n; i++){ System.out.printf("%"+n+"."+i+"s%n", hash); hash+="#"; }