Let's look at another example:
In the above example,
the calculatePercentage function
uses return to provide the
calculated percentage value.
This enables us to determine
if it is a Pass or Fail
in the checkPassOrFail function.
Thus, returning values makes
our code modular, reusable,
and more organized.