Search This Blog

Friday, 21 August 2020

additoon thout using + operator

 #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;

}


No comments:

Post a Comment

Search This Blog

Contact Form

Name

Email *

Message *

Popular Posts