I'm new at this so please bare with me. I'm trying to create a program that when a button is clicked an angle will print out such as.
*
**
***
****
*****
and so on. I'm using for/next loops but can't seem to get it to print out right.
It's printing out like ******. Any suggestions?