The function eligibleForDiscount() takes an integer input and returns a boolean. Complete the function by filling in the blanks so that it returns true when the age is less than 18 or greater than 60 and otherwise it returns false.
There is a copy of the following code block in an interactive mode that you can compile. Your task is to improve the codeβs style as an expert would view it, while ensuring its behavior remains unchanged. You may run your refactored code to verify that it still passes all test cases.