Write a function that checks whether given number is divisible by 5?
Login to Submit
Input: 5 Output: true Input: 15 Output: true Input: 1 Output: false