#include<iostream.h>
#include<conio.h>
main()
{
int
a,b;
cout<<”Enter
the two numbers.”;
cin>>a>>b;
a=
a+b;
b=a-b;
a=a-b;
getch();
}
Sign up with your email address to receive hot updates straight in your inbox.
Powered By : CodeFervor
Copyright © 2015 Code Fervor™ is a registered trademark.
Designed by Templateism By Naman Kumar
0 comments:
Post a Comment