Respuesta :

for a number to be divisible by 6, it must also be divisible by 2 and 3. Therefore, we need to check if a number is even and then check if the sum of the digits is divisible by 3.