Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.10 KB | None | 0 0
  1. int a = 10;
  2. int b = 38 * 17; // 646
  3. int c = (315 * a) / b;
  4. Console.WriteLine(c); // c = 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement