Wrapping if statements inside functions helps us organize and reuse our code. Now, we can use the same if statement with a function call.
Make sure to pick isRentingAge followed by ( and then 26, ), ;.
isRentingAge
(
26
)
;