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