{ perfect.p Written (ah, the labor required to write an empty program) by Jeff Ondich on 1/20/97 Last modified 1/20/97 1. Write a main program that uses calls to IsPerfect to print out all the perfect numbers less than 10000. Get it to work using your version of IsPerfect. 2. Ask someone at a nearby computer to e-mail you their IsPerfect function. Plug their IsPerfect into your program. Does the program compile and run without change? 3. Get my oxymoronic program "badperfect.p" off the Web, and cut and paste my IsPerfect into your code. Does the result compile? Why not? Fix my code and try again. Does the result run properly? Why not? 4. There were two lessons in #3. What are they? } program perfect(output); begin end.