Hello I've written a program that makes the user input positive numbers, and a negative number. The negative number tells the program that the user has stopped inputting numbers. Now my problem is that the numbers the user inputed haver to be turned into *. For example if the user inputs 1, 2 ,3, -1 the output would be
*
**
***
I've written something similar to it now instead of *, it just outputs numbers again. Can anyone help me with this. Thank you in advanced. Here is my code: