how i can
how i can do this ********** ********* ******** ******* ***** ********* *but decreasing from the left
[179 byte] By [
Ravensa] at [2007-11-26 23:48:28]

You can use a for loop to iterate how many types you want the asterisk to be printed. Then on every iteration, print the asterisk on a new line.Or you can use recursion(Setting up a method to call itself as many times as needed or until you run out of memory)