i want to get code of console application program for
like we have:---6,4,3,1,5
i want output to be like this
*
*          *
* *       *
* * *    *
* * *    *
* * * * *
 
here we have 6 star for number 6,4 star for number 4 and so on.
above number provide should give output as above star design
Thanx.......