public static void Main()
Console.Write("Display the pattern like right angle using asterisk:\n");
Console.Write("------------------------------------------------------");
Console.Write("Input number of rows : ");
rows = Convert.ToInt32(Console.ReadLine());
for (i = 1; i <= rows; i++)