Advertisement
xomanya

1.4

Aug 15th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.12 KB | None | 0 0
  1. int a = 10;
  2. int b = 38 * 17;
  3. int c = (315 * a) / b;
  4. Console.WriteLine(c);
  5. // c = (31 - 50) / 646 = -19 / 646 = 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement