Recursive method to determine Perfect Numbers
807598May 28 2006 — edited May 28 2006i need to write a method which determines whether the parameter number is a perfect number.
here's the problem: Use this method in an application that determines and displays all the perfect numbers between 1 and 100 inclusive. Display the factors of each perfect number to confirm that the number is indeed perfect.
any help??