Homework Seven


Due Friday, 27 July 2001 at 8:00AM



Big Stinkin' Note:It's in your best interests to do the Java lab before you begin this assignment. The lab covers installing Java (and if you've got any sense you'll install EMACS too). Part One
60 points

Download the file HomeworkSeven.java and complete the methods. Since we're such kind folks here at 1321, we'll even get you started.


Part Two
40 points

For the second part of this assignment you fill be creating a class called Circle. Your class must include the following: When you're finished, turn in both .java files via Webwork. Then retrieve them and make doubly sure that you submitted both files. We will entertain no appeals for mercy from folks who forget to submit both files. If you're unsure how to submit multiple files then look back at the Webwork lab. Do NOT submit .class files to Webwork. Submitting a .class file instead of a .java file will result in NO credit for that part. Don't forget to put your ident box at the top of BOTH files. Failure to put your ident box at the top of a file will be 5 points off of that part. In order to receive credit for a part of this assignment, your .java file MUST COMPILE. If your file doesn't compile then you won't receive credit, simple as that. Your TA will not fix errors that keep your file from compiling. Not even if it's one stupid semi-color or curly-brace. MAKE SURE THAT THE FILES YOU RETRIEVE COMPILE. This cannot be stressed enough. Not compiling is a sure way to get a zero and end the semester on a crummy note. Don't let it happen to you.