I need help starting out this program, ANY HELP IS GREATLY APPRECIATED. I have to make a code up that a user inputs a number and the program makes lines with an asterisks. The first line will have one asterisk and the next line will have two and so on until it gets to the number entered making a triangular shape of asterisks. Thanks in advance for any help!
It should come out like this if the user inputed number was for example 7
*
**
***
****
*****
******
*******
It should come out like this if the user inputed number was for example 7
*
**
***
****
*****
******
*******
Comment