Write a function to check if a number is a harshad number? function solve( a ){ //write your code here } Login to Submit
(divisible by sum of digits)