InterviewSolution
Saved Bookmarks
| 1. |
Verify that a÷(b+c)≠(a÷b)+(a÷c) for the following values of a, b and c.a = (- 10), b = 1, c = 1 |
|
Answer» Verify that a÷(b+c)≠(a÷b)+(a÷c) for the following values of a, b and c. a = (- 10), b = 1, c = 1 |
|