public static void Main()
Console.Write("Display the pattern like pyramid with numbers increased by 1:\n");
Console.Write("---------------------------------------------------------------");
Console.Write("input number of rows : ");
rows= Convert.ToInt32(Console.ReadLine());
Console.Write("{0} ",t++);