Advertisement
Guest User

asdasdasdasd

a guest
May 6th, 2016
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. #include <stdio.h>
  2. #include <stdlib.h>
  3. #include <string.h>
  4. #include <math.h>
  5.  
  6. main()
  7. {
  8. int N,Vl,V,i;
  9. int Va[N];
  10. printf("Valore limite");
  11. scanf("%d",&Vl);
  12. printf("N letture");
  13. scanf("%d",&N);
  14.  
  15. for(i=0;i=N;i++)
  16. {
  17. printf("Va\n");
  18. scanf("%d",&Va);
  19. system("pause");
  20. }
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement