Advertisement
matheus_alvs

Test

Oct 7th, 2015
108
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. #include <stdlib.h>
  3.  
  4. main (){
  5.    
  6.     int i;
  7.      
  8.      i=10;
  9.    
  10.     while(i=10;i>0;i--){
  11.    
  12.     printf("%d", i);
  13. }
  14.    
  15.     printf("FIM!\n");
  16.     system ("pause");
  17.    
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement