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