Advertisement
Guest User

Untitled

a guest
Jul 27th, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. int a = 5;
  2. int b = 6
  3. int c = 7;
  4. int d = 8;
  5.  
  6. int result = a + (b * c) / d;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement