Guest User

Untitled

a guest
Jan 23rd, 2018
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. #include <stdio.h>
  2. int main()
  3. {
  4. int successivo=0,numero_precedente,numero_corrente,somma,i;
  5. numero_precedente=0;
  6. numero_corrente=1;
  7. somma = numero_precedente + numero_corrente;
  8. for(i=1;i <11;i++)
  9. {
  10. numero_precedente + numero_corrente;
  11. }
  12. printf("%d",somma);
  13. getchar();
  14. getchar();
  15. return 0;
  16. }
Add Comment
Please, Sign In to add comment