InterviewSolution
Saved Bookmarks
| 1. |
A+B equal to 0(A&B are possive integer ¬ equal to 0)how |
| Answer» Given, A + B = 0 So, A= -B Or, B= -A If A is positive B is negative If B is positive A is negative So there is no possible value for A and B because it is given that A and B are positive integers. We must also remember that 0 is neither positive nor negative. So, there is no such value for A and B which satisfies the given conditions. | |