Advertisement
DrDemonik

Untitled

Mar 5th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. int inLine = 3;
  2. int allCount = 52;
  3. int countLine = allCount / inLine;
  4. int hobo = allCount - (countLine*inLine);
  5. Console.WriteLine("Всего запоненных рядов="+countLine+" Картинок сверх меры="+hobo);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement