0
/ 1.0
Write a method called turnAroundLeft()
that can be added to a Jeroo
subclass. The method should turn to the left, hop forward, and turn...
Write a method called turnAroundLeft()
that can be added to
a Jeroo
subclass. The method should turn to the left,
hop forward, and turn to the left. This turns the jeroo around
to face the opposite direction in the next row of the island.
Your feedback will appear here when you check your answer.