#include<conio.h>
#include<iostream.h>
void main()
{
clrscr();
int a,b,ans;
cout<<”Inter 1st Number\t\t”;
cin>>a;
cout<<”Inter 2nd
Number\t\t”;
cin>>b;
ans=a+b;
cout<<”the sum of
two Number is”<<ans <<endl;
cout<<”By Muzafar Hussain Sahto”;
getch();
}







No comments:
Post a Comment