Mrm2299

shit

Apr 3rd, 2014
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.24 KB | None | 0 0
  1. #include <stdio.h>
  2. int n1, n2,resultado;
  3.  
  4. main()
  5. {
  6.     printf("numero 1\n");
  7.  
  8.     scanf ("%d",&n1);
  9.     printf("numero2\n");
  10.     scanf("%d",&n2);
  11.     printf("resuldtado\n");
  12.     resultado=n1+n2;
  13.     printf("%d",resultado);
  14.  
  15. }
Advertisement
Add Comment
Please, Sign In to add comment