sandra0309

vezba2

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