InterviewSolution
Saved Bookmarks
| 1. |
2. Write a pair of integers whose difference gives(a) a negative integer.(b) zero.(c) an integer smaller than both the integers. (d) an integer greater than only one of the integg(e) an integer greater than both the integers. |
|
Answer» (1)-12+5=-7(2)5-5=0(3)-4-3=-1(4)-4-1=-3(5)-12-13=1 a) -2-4=-6b)-2+2=0c)4-3=1d)4-2=2e)6-(-4)=10 |
|