Question

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

Login to Submit

Examples

Input: 30
Output: true

Input: 10
Output: false