Check if a number is multiple of 9 using bitwise operators – Bit Algorithm – Given a number n, write a function that returns true if n is divisible by 9.
write a program that prints “yes” if the given integer is divisible by 2 or 3 and “no” otherwise
1 Article
1