How do you make a pyramid in VB.NET?

Fdssd Sdasfd

New member
I cannot figure this out. Ik its simple but i just cant get it.
I need to make a pyramid that looks like this:
*
**
***
****
*****
******
*******
********
*********
ect.
I need to display a pyramid out of any single character the user gives, with as many rows as the user specifies
 
Back
Top