it is possibale that a function have more than one return statemnts?
Answers
Answered by
0
Answer:
More than one return statement may appear in a function, but only one will ever be executed by any given function call. ( All returns other than the last need to be controlled by logic such as "if" blocks. )
Answered by
2
Answer:
More than one return statement may appear in a function, but only one will ever be executed by any given function call. ( All returns other than the last need to be controlled by logic such as "if" blocks. )
please mark me as brainliest ❤️❤️
Similar questions