RcrdBrt

Untitled

Nov 3rd, 2014
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. int a,b,c,d,e,risultato;
  2. a=3;
  3. b=4;
  4. c=5;
  5. d=4;
  6. e=2;
  7. risultato= (a*b)/d + (e*(d*c/e)) - d*(c/e);
Advertisement
Add Comment
Please, Sign In to add comment