which of the following would be a good name for the function that takes the length of a race and returns the time needed to complete it?

A. time(length)
B.length(time)
C.cost(time)
D. time(race)