My question is how to make a pyramid using * and \'space\' in C#? The output will be like this.
* * * * * * * * * * * * * * *
Try to think of it as a grid or a matrix and see where you want the '*' in each row and how it relates to your loop index.