Advertisement
QUIZERA

from 10 to 20

Feb 8th, 2019
387
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.12 KB | None | 0 0
  1. #include <stdio.h>
  2. int main(){
  3. int i;
  4. for ( i=10; i<20;i++){
  5.     printf("%d\n", i);
  6.  
  7. }
  8.  
  9.  
  10.  
  11.  
  12.  
  13. return 0 ;
  14.  
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement