In addition to performing tasks, functions can return values as well.
Yes! We use the return keyword to give back a value whenever the function is called.
return
Shouldn't we return a value instead?