Question

Write a function that checks whether given number is divisible by 5?

Login to Submit

Examples

Input: 5
Output: true

Input: 15
Output: true

Input: 1
Output: false