#include<stdio.h> #include<conio.h> #include<math.h> int main() { int a,b,sum; sum=a+b; printf(" enter the first number %d:"); printf(" enter the second number %d:"); scanf("%d",&a,&b) printf("%d",sum); }