Advertisement
Guest User

Untitled

a guest
Jan 15th, 2020
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.30 KB | None | 0 0
  1.  
  2.             int pictureLine = 3;
  3.             int allPicture = 52;
  4.             float numberRows = allPicture / pictureLine;
  5.             int extraPicture = 52 % 3;
  6.             Console.WriteLine("Количесво рядов " + numberRows + " картинки сверх меры " + extraPicture);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement