In order to perform arithmetic on a converted number, it's smart to use optional binding.
See that? We'll only print the result of number * 2 if there's a value in the optional.
number * 2
That doesn't look right, does it?