Computer Science, asked by privacycookies32, 11 months ago

1) int a=4, b=5;

cout<<(++a>b)<
cout<< "a=" < 2) int a=10, b=34; if(a>b) a=a +b;

else

b=b-a; cout<
cout<

Answers

Answered by Anonymous
0

output:- ( as mentioned above code)

  1. a=5
  2. b=24
Similar questions