+ 3
In general, when a function or a method has been executed it can give a feed back.
Yuo can decide to give back 0 if evrything did work well, or -1 if some thing went wrong.
You can aswell return other things, data, adresses...
Return can be used to end a function like break but with a feed back.



