public static void Main()
Console.WriteLine("CRUZ ALBERTO MORALES HERNANDEZ 1E BIS");
Console.Write("Display the pattern as right angle triangle using number:\n");
Console.Write("-----------------------------------------------------------");
Console.Write("Input number of rows : ");
rows= Convert.ToInt32(Console.ReadLine());