2) int a=10, b=34; if(a>b) a=a +b;
else
b=b-a; cout<
cout<
Answers
Answered by
1
Is this C++
Similar questions