Skip to content

Commit 5b1f785

Browse files
authored
Create Exercise23.cpp
1 parent 0df03d1 commit 5b1f785

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Exercise23.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)