| ||||||||||
When I am trying to hide the turtles after I have drawn them, I typed inpublic void hide(esther) { visible = false; }as seen in SimpleTurtle.java. However, when I try to compile it, I get an error saying Error: illegal start of expression What's going on, and how do I fix it? |