0
/ 1.0
You are writing a subclass of Jeroo
called NorthernJeroo
and the constructor appears below. Modify the constructor by removing the ...
You are writing a subclass of Jeroo
called NorthernJeroo
and the constructor appears below. Modify the constructor
by removing the direction
parameter and changing the super()
call so the jeroo will always face north (you may not add any
additional statements to the constructor).
Your feedback will appear here when you check your answer.