Advertisement
Zimma

Untitled

Apr 7th, 2020
484
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.19 KB | None | 0 0
  1. byte imagesCount = 52;
  2. byte countInRow = 3;
  3.  
  4. Console.WriteLine($"Заполненных рядов: {imagesCount / 3}, картинок сверх меры: {imagesCount % countInRow}");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement