#include<iostream>
using namespace std;
int main()
{
int a,b,c;
cout<<"enter the first integer :";
cin>>a;
cout<<"enter the second integer:";
cin>>b;
c=a-(-b);
cout<<"addo]ition is:"<<c;
return 0;
}
Easy programming and better way to learn the programming . if you like the scorce code do like like share and subscribe the chennel.
No comments:
Post a Comment