Posted by : Unknown

#include<iostream.h>
#include<conio.h>

void main()
{
int x,y,sum;
clrscr();

cout<<"Enter first no: ";
cin>>x;
cout<<"Enter second no: ";
cin>>y;

sum=x+y;
cout<<"\nSum = "<<sum;
getch();
}


Powered by Blogger.

© Information Technology