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

66.97% Correct | 33.03% Incorrect
Last Solution submitted on Feb 27, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers72

Suggested Problems

Problem Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!