Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <stdio.h>
- #include <stdlib.h>
- int main(){
- int a,i;
- for ( a=1 ; a<100 ; a++){
- printf(" \n Cargando: %d %%",a);
- system("cls");
- }
- for ( i=1 ; i<20 ; i++){
- printf(" \n Cargando: %d %%",a);
- system("cls");
- printf(" \n Cargando: ");
- system("cls");
- }
- printf(" \n Cargando: 100 %% \n\n ");
- system("PAUSE");
- return 0;
- }
Advertisement
Add Comment
Please, Sign In to add comment