Hi, I am trying to make it to where I can out into a descending or ascending order. Like
1 2 3 4 5 6
**********
*********
********
*******
******
//so forth so on
however I am having trouble, I have experimented with do while, for, while and various methods of each of doing so. Could someone send me in the right direction?