what is answer for perfect number????????????????

Answer Posted / david uwihoreye

Perfect number is a positive number which sum of all
positive divisors excluding that number is equal to that
number. For example 6 is perfect number since divisor of 6
are 1, 2 and 3. Sum of its divisor is
1 + 2+ 3 =6

Note: 6 is the smallest perfect number.

Next perfect number is 28 since 1+ 2 + 4 + 7 + 14 = 28
Some more perfect numbers: 496, 8128

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the advantages and disadvantages of pointers?

570


Can we declare variables anywhere in c?

575


What is a program?

660


Why void is used in c?

560


Explain what is wrong with this statement? Myname = ?robin?;

992






How can I call fortran?

640


What is advantage of pointer in c?

687


Difference between macros and inline functions? Can a function be forced as inline?

706


What does the file stdio.h contain?

597


What is hashing in c?

638


Why do some versions of toupper act strangely if given an upper-case letter?

627


What is the difference between text files and binary files?

674


An organised method of depicting the use of an area of computer memory used to signify the uses for different parts of the memory a) swap b) extended memory c) memory map d) all of the above

703


Is array a primitive data type in c?

573


What does %c mean in c?

643