Task
Use the documentation format as provided on Canvas.
For this task, you will create an application that will display all the perfect numbers between 1
and 10000 each separated by a space.
A perfect number is one that has proper divisors that add up to the number itself.
For example, the number 28 is divisible by 1, 2, 4, 7, and 14. Take note that the definition of a
proper divisor excludes the number itself and the sum of these numbers is 28.
Take your time and think it through.
The output should have the message: "The perfect numbers from 1 to 10000 are: " followed by
the numerical solutions.