Guest User

Untitled

a guest
Jan 22nd, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. #include <conio.h>
  2. #include <iostream>
  3. #include <stdio.h>
  4.  
  5. int a;
  6.  
  7. int main () {
  8. printf("inserisci un numero\n\n");
  9. scanf ("%d",a);
  10. printf("\n\n Il numero e'; %d",a);
  11.  
  12. system("pause");
  13. }
Add Comment
Please, Sign In to add comment