Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <stdio.h>
- int n1, n2,resultado;
- main()
- {
- printf("numero 1\n");
- scanf ("%d",&n1);
- printf("numero2\n");
- scanf("%d",&n2);
- printf("resuldtado\n");
- resultado=n1+n2;
- printf("%d",resultado);
- }
Advertisement
Add Comment
Please, Sign In to add comment