

InterviewSolution
Saved Bookmarks
1. |
The product of two consecutive integers is divisible by 2. Is this statement true or false? Give reason. |
Answer» True,because n(n+1) will always be even, as one out of the n or (n+1) must be even. |
|