#include #include main() { clrscr(); int a,b,ans; cout<<"Enter the 1st number "; cin>>a; cout<<"Enter the 2nd number "; cin>>b; ans = a+b; cout<<"\nSum = "<