Guest User

Untitled

a guest
Apr 17th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. int main()
  2. {
  3. int variable; // <<--- Variable
  4. printf("Introduce un numero: ");
  5. scanf("%d",&variable); // <<--- El usuario modifica su valor
  6. }
Add Comment
Please, Sign In to add comment