Examine the following code segment.
Jerro dave = new Jerro(); if (dave.hasFlower()) { dave.toss(); } else { dave.hop(); }
Which structure is this?
There are not hints for this question