Perfect Number Finder Project (Challenge)

# Introduction In this challenge we will find all the perfect numbers within 1000. A perfect number is defined as an integer equal to the sum of its factors (excluding the number itself). We will print out all the perfect numbers, separated by a space, after running the program. You may need to use loops and conditional statements to complete this task.

|60 : 00

Click the virtual machine below to start practicing