Advertisement
FabioHouse

Untitled

Oct 15th, 2013
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. #Include <stdio.h>
  2.  
  3. main( ) {
  4. int a;
  5. printf("Digita un numero:");
  6. scanf("%d",&a );
  7. printf("Complimenti")
  8. system("PAUSE");
  9. return 0;
  10.  
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement