Chapter 6: Problem 24
An integer number is said to be a perfect number if its factors, including 1 (but not the number itself), sum to the number. For example, 6 is a perfect number, because \(6=\) \(1+2+3 .\) Write a method isPerfect that determines if parameter number is a perfect number. Use this method in an application that displays all the perfect numbers between 1 and \(1000 .\) Display the factors of each perfect number to confirm that the number is indeed perfect. Challenge the computing power of your computer by testing numbers much larger than \(1000 .\) Display the results.
Short Answer
Step by step solution
Key Concepts
These are the key concepts you need to understand to accurately answer the question.