I\'d like to try a right triangle asterisk. But I only got this output: (I can\'t place here the asterisk)
@ @@ @@@
what
for(int i = 0; i < 9; i++) { for(int j = 9; j > 0; j--) System.out.print(i < j ? " " : "*"); System.out.println(); }