

InterviewSolution
Saved Bookmarks
1. |
Find 5 pairs of integers that added to 2. |
Answer» 0 + 2 = 2 1 + 1 = 2 -1 + 3 = 2 -2 + 4 = 2 -3 + 5 = 2 (and many more.) |
|