问答题
Click the 'Select and Place' button. Place the events in the order they occur.
A.${client.age in [25,35]} B.${client.age between [25,35]} C.${client.age between 25 and 35} D.${client.age <= 35 && client.age >= 25} E.${client.age le 35 and client.age ge 25}