InterviewSolution
Saved Bookmarks
| 1. |
a + 0 = 0 = 0 + aTRY THESE1. Write a pair of integers whose sum gives(a) a negative integer(e) an integer smaller than both the integers.(e) an integer greater than both the integers.(b) zero(d) an integer smaller than only one of the in |
|
Answer» Negative = -5+-5 = -10 Zero will get = -5 + 5 = 0 |
|