a function in programming can also _____ a value
a.return
b.give back
c.arguments
d.comment
pls tell me the correct answer as fast as you can and then I will mark you as brainlist
Answers
Answered by
2
Answer:
a. return
Functions that return a value are called pure functions. They can be impure functions too, if they also change the state of an object, in Object-Oriented Programming.
Answered by
1
Answer:
A. Return
Explanation:
This is the correct answer
Similar questions