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.
Find the peak 3n+1 sequence value
792 Solvers
1318 Solvers
169 Solvers
Find the index of n in magic(n)
129 Solvers
600 Solvers