Where does the value we want to return from a function go?

After the return keywordDirectly before the return keywordWe add it to the last line of the function

After the return keyword.