Guest User

Untitled

a guest
Jun 24th, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. float SomatoriaX(float x[])
  2. {
  3. float vetor[];
  4. float soma = 0;
  5. int t;
  6.  
  7. for(t=0; t<MAX; t++)
  8. {
  9. soma += vetorx[t];
  10. }
  11. return(SomatoriaX);
  12. }
Add Comment
Please, Sign In to add comment