sandra0309

vezba

Dec 7th, 2014
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.17 KB | None | 0 0
  1. #include<stdio.h>
  2. //da se ispecata n broevi
  3. int main ()
  4. {
  5. int i,n;
  6. printf("Vnesi broj");
  7. scanf("%d",&n);
  8. for(i=1;i<=n;i++)
  9. {
  10. printf("%d",i);
  11.  
  12. }
  13.  
  14.  
  15. return 0;
  16. }
Advertisement
Add Comment
Please, Sign In to add comment