Problem 42407. Divisible by 5
Pursuant to the first problem in this series, this one involves checking for divisibility by 5.
Write a function to determine if a number is divisible by 5. This can be checked by the following method:
- Check if the last digits is 0 or 5.
Previous problem: divisible by 4. Next problem: divisible by 6.
Solution Stats
Problem Comments
-
1 Comment
Colin
on 16 Nov 2022
I want to get my commenting badge!!
Solution Comments
Show commentsProblem Recent Solvers483
Suggested Problems
-
Arrange vector in ascending order
805 Solvers
-
Create an index-powered vector
888 Solvers
-
Find the index of the largest value in any vector X=[4,3,4,5,9,12,0,4.....5]
394 Solvers
-
calculate the length of matrix
2243 Solvers
-
Calculate the average value of the elements in the array
1575 Solvers
More from this Author139
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!