Write in C++

Please include //comments
1. Show that for unsigned int a,b and a>0, b>0, we can get a+b<a 2. Show that for int a,b and a>0, b>0, we can get a+b <0 3. Show that for int a,b and a<0, b<0, we can get a+b>0 Show transcribed image text
Expert Answer
An answer will be send to you shortly. . . . .