Guest User

Untitled

a guest
Jul 18th, 2018
106
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.  
  3. int main()
  4. {
  5.     int a;
  6.     printf("Inserisci un numero intero: ");
  7.     scanf("%d",&a);
  8.     printf("premere invio per continuare...");
  9.     getchar();
  10.     getchar();
  11. }
Add Comment
Please, Sign In to add comment