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