kaustubhgupta / Hacktoberfest

This is for the information that the repository has been excluded by the Hacktoberfest team from the event. This was done to maintain the quality standards and promote good quality open source contributions.
MIT License
55 stars 277 forks source link

Perfect number code #499

Closed simransaini207 closed 3 years ago

simransaini207 commented 3 years ago

This program is in CPP to check whether a number is a perfect number or not. A perfect number is a number that is equal to the sum of its divisors. For eg: 6=1+2+3 which means 6 is a perfect number.