139k views
5 votes
What does a function return?

O a procedure
O a routine
O a value
O a subroutine

What does a function return? O a procedure O a routine O a value O a subroutine-example-1

2 Answers

3 votes

Answer:

c

Explanation:

on edge

User Ryan Tice
by
3.7k points
4 votes

Answer:

A value

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.

User Raj Bhatia
by
4.4k points