How do we return a value from a function?

By adding the return keyword followed by the value to returnBy adding the value and then the return keyword on the next line

By adding the return keyword followed by the value to return.