Given a positive number n, return true if n is a multiple of 9 and false if not. Do not make the division and do not use functions like mod or rem.
Solution Stats
Problem Comments
2 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers112
Suggested Problems
-
How to find the position of an element in a vector without using the find function
2814 Solvers
-
Get the length of a given vector
13042 Solvers
-
MATCH THE STRINGS (2 CHAR) very easy
301 Solvers
-
find the roots of a quadratic equation
241 Solvers
-
Is this triangle right-angled?
6548 Solvers
More from this Author2
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
See Problem 42411 by Grant III
@Jean-Marie Sainthillier: You are right, sorry for not have checked before.
And thank you for the info, the problem-series by Grant III is very useful.