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)

Respuesta :

The answer choice which best fits the function described in the task content is; Choice A; time(length).

Which would be a good name for the function?

It follows from the task content that the function takes the length of a race and returns the time needed to complete it.

On this note, it follows that the time taken is a function of the length of the race.

Hence, the appropriate name of the function is; Choice A.

Read more functions;

https://brainly.com/question/17043948

#SPJ1