Write a function to check if a number is either divisible by 2 and 3 and 5?
Login to Submit
Input: 30 Output: true Input: 10 Output: false