Advertisement
xxGIANxx

exemplo for

Jan 1st, 2013
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.25 KB | None | 0 0
  1. #include <stdlib.h>
  2. #include <stdio.h>
  3.  
  4. main()
  5. {
  6.       int CONTROLE;
  7.      
  8.       for(CONTROLE=0;CONTROLE<10;CONTROLE++)
  9.       {
  10.                                             printf("%d\n", CONTROLE);
  11.       }
  12.      
  13.       system("pause");
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement