How to find if a number is divisible by another number in an efficient way
Answers
Answered by
4
Simply divide it if the remainder is Zero than the number is divisible by another number if the remainder is non zero that no. is not divisible by another no.
Similar questions