Embed presentation
Download to read offline

The document outlines the task of creating a function called 'maximum odd' that identifies the highest odd number in a non-empty list of positive integers. It specifies using an existing helper function 'is_odd' to determine if a number is odd and requires unit tests for both the new function and the helper. It clarifies that there will always be at least one odd number in the list.
