We know how to run or skip code based on a condition like age > 16.
age > 16
Make sure to pick age, followed by >, and finally 16.
age
>
16