Problem 44141. Determine whether the number is multiple of 3 or not
Let a=6 and as 6 = 2*3 which means 6 is multiple of 3; return true if a is multiple of 3,otherwise false.
Solution Stats
Problem Comments
-
1 Comment
goc3
on 4 May 2017
Nine additional test cases have been added and the problem is set to be rescored.
Solution Comments
Show commentsProblem Recent Solvers76
Suggested Problems
-
Find the longest sequence of 1's in a binary sequence.
6345 Solvers
-
Sort a list of complex numbers based on far they are from the origin.
5690 Solvers
-
Back to basics 3 - Temp Directory
372 Solvers
-
Back to basics 22 - Rotate a matrix
909 Solvers
-
07 - Common functions and indexing 3
417 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!