answersLogoWhite

0


Best Answer

The sum of the individual digit is itself

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is sum of individual digits?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the smallest two digit number that can be divided by its own digits?

By the sum of its digits: 10. By each of its individual digits: 11.


Shell program to find the sum of square of individual digits of a number?

There are many shell programs that will find the sum of the square of individual digits of a number. A small example is: SD=3n=2, sum=2, and SD=2.


Algorithm for to find sum of individual digits of a positive integer?

enter the number whose digits are to be added num is the given value num=0! k=num%10 sum=sum=k k=num/10 num=k print the sum of the digits


Write a Shell program to find the sum of cube of individual digits of a number?

no thanks


The sum of the digits of the number is 6?

the sum of my digits is 6? answer=60


How do you find the sum of digits of each number?

Add the digits together. The sum of the digits of 23 is 5.


What is a number pattern in multiples of 9?

The sum of the digits is also a multiple of 9. And, if the sum of the digits is too large, you can sum those digits and keep going.


Is 6015 divisible by 3?

Add the digits 6+0+1+5 = 12 If the sum of the individual digits is divisibnle by 3 then the number is divisible by 3. In this case the answer is yes.


What does find the sum of the digits of each number above mean?

Add the digits together. The sum of the digits of 23 is 5.


Sum of individual digits of number?

void main() { int num,r,sum=0; clrscr(); printf("enter the number\n"); scanf("%d",&num); while(num!=0) { r=num%10; sum=sum+r; num=num/10 } printf("The sum of individual digit of given number is=%d",sum); getch() }


A number that is equal to the sum of the digits of its cube?

8 is the same as the sum of the digits of its cube, 512.


What is the sum of the digits of the number 11?

1 + 1 = 2 The sum of the digits is therefore 2.