# include <stdio.h> main()
{
int num,count,sum;
count=0;
sum=0;
printf("enter an integer :");
scanf("%d",&num);
printf("ur num is : %d \n",num);
while (num!=0)
{
count++;
sum+=num%10;
num/=10;
}
printf("sum of the digits is : %d",sum);
}
Chat with our AI personalities
the sum of my digits is 6? answer=60
Add the digits together. The sum of the digits of 23 is 5.
The sum of the individual digit is itself
Yes, yes, and no. 3- sum of digits must be multiple of 3. 6- sum of digits must be multiple of 3 and number must be even (multiple of 2). 9- sum of digits must be multiple of 9. (The sum of the digits here is 21.)
The sum is 22 times the sum of the three digits.