In this case, the hasSeniorDiscount() function uses an if statement to check if a parameter is more than or equal to 65.
hasSeniorDiscount()
65
Make sure to pick age >= 65.
age >= 65