In Listing 27-6, you declared a function named averageScore that takes an array of Float values as a parameter. The function will reture a Float value. In the code block, you add all the scores together and divide by the number of scores in the array. That value is returned to the caller.