InterviewSolution
Saved Bookmarks
| 1. |
The sum of two integers -450 if one integers is -327, find the other. |
|
Answer» The answer is -123. Given one integer = -327 Let other integer = x According to the question, Sum of two integers = -450 -327 + x = -450 x = -450 + 327 x = -123 So, other integer is -123. |
|