Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

the expression in a return statement can be any expression that has a v…

Question

the expression in a return statement can be any expression that has a value. true false

Explanation:

Brief Explanations

In programming, a return statement is used to end the execution of a function and return a value. The expression following the return keyword must have a value that can be passed back to the calling code. So the statement is correct.

Answer:

True