0
/ 1.0
You are writing a subclass of Jeroo
called BonusJeroo
and the constructor appears below. Modify the constructor so that the Jeroo begins...
You are writing a subclass of Jeroo
called BonusJeroo
and the constructor appears below. Modify the constructor
so that the Jeroo begins with 5 more flowers than requested (5
bonus flowers). Do this by changing the super()
call only (you may not add any
additional statements to the constructor).
Your feedback will appear here when you check your answer.