Q1 Single choice Flag A function should determine the average of x and y.What should be the function's parameters and return value(s)? A Parameters: x, y. averageReturn value: none B Parameters: averageReturn values: x, y C Parameters: nonsReturn values: x, y D Parameters: x, yReturn value: average Correct answer