

InterviewSolution
Saved Bookmarks
1. |
State whether the given statements are true (T) or false (F).A number with three or more digits is divisible by 6, if the number formed by its last two digits (i.e., ones and tens) is divisible by 6. |
Answer» A number with three or more digits is divisible by 6, if the number formed by its last two digits (i.e., ones and tens) is divisible by 6. False |
|