We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0df03d1 commit 5b1f785Copy full SHA for 5b1f785
Exercise23.cpp
@@ -0,0 +1,2 @@
1
+//Title: Perfect Number Write a program that asks the user to enter a number and determines whether the number is a perfect number or not.
2
+//Description: A perfect number is a positive integer that is equal to the sum of its proper divisors (excluding the number itself).
0 commit comments