Write a function that checks if a number is divisible by 4 or 6?
Login to Submit
input:4 output:true input:6 output:true input:50 output:false