HW2
(25 pts) Submission and Attempting
- (5 pts) a file was submitted
- (5 pts) the submitted file is PictureCollage.java
- (5 pts) everything necessary to compile and run solution included in submission. includes Pictures not in media sources
- (-5) and email request for missing files
- (5 pts) properly defined class PictureCollage
- (5 pts) a properly defined main method exists in the class
(10 pts) Execution
- (10 pts) No Runtime exceptions
- (-10) For any thrown exception(except file not found). Includes errors in modified java-source files
(5 pts) Compile
- (5 pts) the class as a whole compiles
(50 pts) Functionality
- (5 pts) 1st Picture
- (5 pts) The collage contains a Picture
- (10 pts) 2nd Picture
- (5 pts) the origional Picture appears a 2nd time
- (5 pts) it has been modified in some way
- (10 pts) 3rd Picture
- (5 pts) the origional Picture appears a 3rd time
- (5 pts) it has been modified in some way
- (10 pts) 4th Picture
- (5 pts) the origional Picture appears a 4th time
- (5 pts) it has been modified in some way
- (15 pts) Turtle (using a Turtle to do some of drawing)
(10 pts) Comments
- (5 pts) student's name in comment
- (5 pts) comments explain code
Link to this Page