You are on page 1of 1

#include "conio.h" #include "stdio.

h" int a,b,c; main () { printf ("escribe un numero"); scanf("% d",& a); printf("escriba otro numero"); scanf("%d",& b); c=a+b; printf ("%d",c); getch(); }

You might also like