Из этого

до этого

public void DiamondOne()
{
int i, j, count = 1, number;
Console.Write("Enter number of rows:");
number = int.Parse(Console.ReadLine());
count = number - 1;
for (j = 1; j
Подробнее здесь: https://stackoverflow.com/questions/745 ... th-c-sharp
Мобильная версия