+ 1
What does return mean exactly?
I just do not understand where should I return?)
3 Answers
+ 2
Return is the "thing"đ that a function outputs.
However there are functions that return things and some others that dont. This is up to you to choose and the syntax depends on language.
+ 2
If this helps
https://www.sololearn.com/Discuss/1405829/?ref=app
+ 1
đ