Closed Manojkumar2806 closed 2 weeks ago
Implemented a C program to determine if a given number is a Harshad number.
Added the isHarshad function to calculate the sum of digits and check divisibility.
Included input handling and result display in the main function.
I am creating a pull request for...
Implemented a C program to determine if a given number is a Harshad number.
Added the isHarshad function to calculate the sum of digits and check divisibility.
Included input handling and result display in the main function.
I am creating a pull request for...