Advertisement
DrDemonik

Untitled

Mar 5th, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. int a = 10;
  2. int b = 38 * 17;
  3. int c = (31 – 5 * a) / b;
  4. Console.WriteLine(c); //0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement