Pursuant to the first problem in this series, this one involves checking for divisibility by 10.
Write a function to determine if a number is divisible by 10. This can be done by checking if the last digit is zero.
Previous problem: divisible by 9. Next problem: divisible by 11.
189 Solvers
Magic is simple (for beginners)
1106 Solvers
Create matrix of replicated elements
265 Solvers
262 Solvers
242 Solvers