salam.
barnamatun chand ta moshkele kuchik dasht ke age be shekle zir taghieresh bedin hal mishe.
system("cls") ham nabayad akhare barname bashe chon oon moghe age barname kamel ejra beshe akharsar hamechiro pak mikone dige chizi nemimune.
#include
<iostream>#include
<stdlib.h>#include
<stdio.h>#include
<conio.h>using
namespace std;int
main(){
int x,y;system(
"cls");cout<<
"Please enter to integers\n";cin>>x>>y;
cout<<
"Before chengin X:"<<x<<"\tY:"<<y;x+=y;
y=x-y;
x-=y;
cout<<
"\n After changin X:"<<x<<"\tY:"<<y;getch();
return 0;}