C++

Find the perfect numbers between 1 and 10000 in C++1 min read

Write a program in C++ to find the perfect numbers between 1 and 10000.

Output:

Leave a Comment