Exercise Set 4, question 1 /** Changes fish's color to the parameter newColor **/ public void changeColor(Color newColor) { myColor = newColor; }