using System.Collections.Generic;
using System.Threading.Tasks;
public static void Main(String[] args)
Console.WriteLine("Enter the number of rows");
number=int.Parse(Console.ReadLine());
for (int i = 0; i < number; i++)
for (int k = 0;k <i ; k++)
for (int j = i; j < number; j++)