完成以下要求:
Console.WriteLine("請(qǐng)輸入三角形的行數(shù)");
int a = Convert.ToInt32(Console.ReadLine());
for (int i = 0; i < a; i++)
{
for (int j = 0; j <i2+1; j++)
{
Console.Write("");
}
Console.WriteLine();
}
Console.ReadKey();