What does a function return?
O a procedure
O a routine
O a value
O a subroutine

Answer:
A value
Step-by-step explanation:
Whenever you input a number x into function f(x), you should get an output of y. That means that the function should return a number value.