0
/ 50
Write a method called plantThree()
that can be added to a Jeroo
subclass. The method should plant a flower and hop, and repeat that...
Write a method called plantThree()
that can be added to
a Jeroo
subclass. The method should plant a flower and
hop, and repeat that sequence 3 times. You can write
additional subclass methods if you wish, but you are not
required to do this.
Your feedback will appear here when you check your answer.