tagastusparameetrid
Tagastusparameetrid, also known as return parameters, are values that a function or method sends back to the code that called it. When a function performs a task, it often needs to communicate the result of that task to the calling program. This communication is achieved through return parameters.
In programming, a function can be designed to either perform an action or to compute and return
The mechanism for returning values varies across programming languages. Some languages use a specific return statement