[solved] – Question 89804
Write a C++ Program whether the given number is Perfect number or not?
[Hint: Perfect number is a Positive number which sum of all positive divisors excluding 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]
Expert Answer
OR

