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