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.

Shouldn't we return a value instead?