Pursuant to the first problem in this series, this one involves checking for divisibility by 6.
Write a function to determine if a number is divisible by 6. This can be done by checking for divisibility by 2 and divisibility by 3. If the number passes both tests, it is also divisible by 6.
Previous problem: divisible by 5. Next problem: divisible by 7.
Find the peak 3n+1 sequence value
790 Solvers
Rotate input square matrix 90 degrees CCW without rot90
321 Solvers
202 Solvers
Back to basics - mean of corner elements of a matrix
236 Solvers
Solving Quadratic Equations (Version 1)
361 Solvers
Problem Tags