10.7k views
0 votes
Consider your lab assignment when reviewing the following code that will be placed in the CopyingJeroo class: public void atFlower() { if (this.seesFlower(HERE)) { copier.plant(); this.pick(); } } What would happen if this code was integrated in your solution

1 Answer

4 votes

Answer:

The image would be created on the second island and removed from the first island.

User Inchara Raveendra
by
6.1k points