Write a function that returns true if the number is divisible by the sum of its digits squared?
Login to Submit
Input: 465 Output: false Input: 617 Output: false Input: 200 Output: true