You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
int fullRowsCount = maxPictureCount / rowOutputPictureCount;
int pictureOverCount = maxPictureCount % rowOutputPictureCount;
Console.WriteLine("Максимальное количество заполненных рядов можно вывести "+ fullRowsCount+"\nВ последнем ряду на " + pictureOverCount+" картинку больше!");