Advertisement
Kevin_Jonas

Untitled

Dec 21st, 2014
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. int X(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