

InterviewSolution
Saved Bookmarks
1. |
State whether the given statement are true (T) or false (F). If the sum of the digits of a number is divisible by 3, then the number itself is divisible by 9. |
Answer» False. As per the rule of divisibility test, the sum of the digits of a number is divisible by 9, then the number itself is divisible by 9. |
|