Skip to Main Content

New to Java

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Recursive method to determine Perfect Numbers

807598May 28 2006 — edited May 28 2006
i 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??
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 25 2006
Added on May 28 2006
29 comments
383 views