Feb. 28
Examples from March 7
Today we wrote a program to look for Perfect numbers. Remember
that a number is perfect if its factors (including
1 but not the number itself) sum to the number.
This uses the files Perfect.java and SimpleInput.java