Question

Write a function to check if a number is either divisible by 2 or 3 or 5?

Login to Submit

Examples

Input: 10
Output: true

Input: 19
Output: false