public static void Main()
Console.Write("Enter a number between 1 and 15: ");
num = Convert.ToInt32(Console.ReadLine());
for (int i = 1; i <= num; i++)
for (space = 1; space <= (num - 1); space++)
for (int j = 1; j <= i; j++)
for (int s = (i - 15); s >= 2; s--)