In Listing 28-1, you start your analysis by declaring the function averageScore([Int]) inside the function analyzeTestScores(). This means that code located in analyzeTestScores() can now use this function. averageScores([Int]) will take an array of integers and return a Float Value representing the average test score or nil