public static void Main()
Console.WriteLine("Enter in the number of rows");
int rows = Convert.ToInt32(Console.ReadLine());
for (int i = 0; i <= rows; i++)
for (int k = 0; k < rows;k++)
for (int j = 0; j < (2*i-1); j++)
if (i < rows - 1 && j < spaces - 1)