Advertisement
Kevin_Jonas

Untitled

Dec 21st, 2014
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. int B(int a)
  2. {
  3. int b,result=0;
  4. for(b=0; b<=a; b++)
  5. result+=b;
  6. return result;
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement