Hello, I am having a little trouble figuring out how to make my output (the "*'s") appear as a vertical graph. So as an example, if I were to input my numbers like this: 1 2 3 4 0, this is what it shows up as * * * ** ***** and the program would end once it hit 0. I would like the desired output to look something like this if I entered: 1 2 3 4 3 2 1 10 0
*
*
*
*
*
*
* *
*** *
***** *
********