#include<iostream>
using namespace std;
int main()
{
int a,b;
cout<<"Enter the two numbers ";
cin>>a>>b;
a=a+b;
b=a-b;
a=a-b;
cout<<"Now a="<<a<<endl<<"Now b="<<b;
system ("pause");
return 0;
}
Dreaming in Digital, Living in Realtime, Thinking in Binary, Talking in IP. WELCOME TO OUR WORLD.
Flash Labels by Way2Hack
Coolstuff Designed by Somesh Chaudhary © 2013 All Rights Reserved.