Change Contents of the Bubble
View this PageEdit this PageUploads to this PageHistory of this PageHomeRecent ChangesSearchHelp Guide

Final exam review Fall2007:Slow! Sick People Crossing!

Help your fellow students here!

Back to Final Review-Fall 2007


public void infect(){
this.infection = true;
this.setColor(Color.red);
}
BECOMES

public void infect(){
this.infection = true;
this.setColor(Color.red);
speed = speed .75;
}

Link to this Page